|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Assembly in org.apache.maven.plugin.assembly.archive |
---|
Methods in org.apache.maven.plugin.assembly.archive with parameters of type Assembly | |
---|---|
java.io.File |
DefaultAssemblyArchiver.createArchive(Assembly assembly,
java.lang.String fullName,
java.lang.String format,
AssemblerConfigurationSource configSource)
Create the assembly archive. |
java.io.File |
AssemblyArchiver.createArchive(Assembly assembly,
java.lang.String fullName,
java.lang.String format,
AssemblerConfigurationSource configSource)
|
Uses of Assembly in org.apache.maven.plugin.assembly.archive.phase |
---|
Methods in org.apache.maven.plugin.assembly.archive.phase with parameters of type Assembly | |
---|---|
void |
RepositoryAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
Handle the associated section of the assembly descriptor. |
void |
FileItemAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
Handle the associated section of the assembly descriptor. |
void |
ModuleSetAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
Handle the associated section of the assembly descriptor. |
void |
DependencySetAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
Handle the associated section of the assembly descriptor. |
void |
AssemblyArchiverPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
Deprecated. Use AssemblyArchiverPhase.execute(Assembly, Archiver, AssemblerConfigurationSource, AssemblyContext)
instead. This method should be the equivalent of calling the new execute() method with a newly-minted
instance of DefaultAssemblyContext . |
void |
FileSetAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
Handle the associated section of the assembly descriptor. |
void |
RepositoryAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
void |
FileItemAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
void |
ModuleSetAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
void |
DependencySetAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
void |
AssemblyArchiverPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
void |
FileSetAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
Uses of Assembly in org.apache.maven.plugin.assembly.artifact |
---|
Methods in org.apache.maven.plugin.assembly.artifact with parameters of type Assembly | |
---|---|
java.util.Map |
DependencyResolver.buildManagedVersionMap(Assembly assembly,
AssemblerConfigurationSource configSource)
Traverse the assembly descriptor to determine which scopes, modules, etc. |
java.util.Map |
DefaultDependencyResolver.buildManagedVersionMap(Assembly assembly,
AssemblerConfigurationSource configSource)
|
Uses of Assembly in org.apache.maven.plugin.assembly.interpolation |
---|
Methods in org.apache.maven.plugin.assembly.interpolation that return Assembly | |
---|---|
Assembly |
AssemblyInterpolator.interpolate(Assembly assembly,
org.apache.maven.project.MavenProject project,
AssemblerConfigurationSource configSource)
|
Methods in org.apache.maven.plugin.assembly.interpolation with parameters of type Assembly | |
---|---|
Assembly |
AssemblyInterpolator.interpolate(Assembly assembly,
org.apache.maven.project.MavenProject project,
AssemblerConfigurationSource configSource)
|
Uses of Assembly in org.apache.maven.plugin.assembly.io |
---|
Methods in org.apache.maven.plugin.assembly.io that return Assembly | |
---|---|
Assembly |
DefaultAssemblyReader.getAssemblyForDescriptorReference(java.lang.String ref,
AssemblerConfigurationSource configSource)
|
Assembly |
AssemblyReader.getAssemblyForDescriptorReference(java.lang.String ref,
AssemblerConfigurationSource configSource)
|
Assembly |
DefaultAssemblyReader.getAssemblyFromDescriptorFile(java.io.File file,
AssemblerConfigurationSource configSource)
|
Assembly |
AssemblyReader.getAssemblyFromDescriptorFile(java.io.File file,
AssemblerConfigurationSource configSource)
|
Assembly |
DefaultAssemblyReader.readAssembly(java.io.Reader reader,
java.lang.String locationDescription,
AssemblerConfigurationSource configSource)
|
Assembly |
AssemblyReader.readAssembly(java.io.Reader reader,
java.lang.String locationDescription,
AssemblerConfigurationSource configSource)
|
Methods in org.apache.maven.plugin.assembly.io with parameters of type Assembly | |
---|---|
void |
DefaultAssemblyReader.includeSiteInAssembly(Assembly assembly,
AssemblerConfigurationSource configSource)
|
void |
AssemblyReader.includeSiteInAssembly(Assembly assembly,
AssemblerConfigurationSource configSource)
|
protected void |
DefaultAssemblyReader.mergeComponentsWithMainAssembly(Assembly assembly,
AssemblerConfigurationSource configSource)
Add the contents of all included components to main assembly |
protected void |
DefaultAssemblyReader.mergeComponentWithAssembly(Component component,
Assembly assembly)
Add the content of a single Component to main assembly |
Uses of Assembly in org.apache.maven.plugin.assembly.model.io.xpp3 |
---|
Methods in org.apache.maven.plugin.assembly.model.io.xpp3 that return Assembly | |
---|---|
Assembly |
AssemblyXpp3Reader.read(java.io.InputStream in)
Method read. |
Assembly |
AssemblyXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read. |
Assembly |
AssemblyXpp3Reader.read(java.io.Reader reader)
|
Assembly |
AssemblyXpp3Reader.read(java.io.Reader reader,
boolean strict)
|
Methods in org.apache.maven.plugin.assembly.model.io.xpp3 with parameters of type Assembly | |
---|---|
void |
AssemblyXpp3Writer.write(java.io.Writer writer,
Assembly assembly)
Method write. |
Uses of Assembly in org.apache.maven.plugin.assembly.utils |
---|
Methods in org.apache.maven.plugin.assembly.utils with parameters of type Assembly | |
---|---|
static java.lang.String |
AssemblyFormatUtils.getDistributionName(Assembly assembly,
AssemblerConfigurationSource configSource)
Get the full name of the distribution artifact |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |