| 
||||||||||
| 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 | |
|---|---|
 File | 
DefaultAssemblyArchiver.createArchive(Assembly assembly,
              String fullName,
              String format,
              AssemblerConfigurationSource configSource,
              boolean recompressZippedFiles)
Create the assembly archive.  | 
 File | 
AssemblyArchiver.createArchive(Assembly assembly,
              String fullName,
              String format,
              AssemblerConfigurationSource configSource,
              boolean recompressZippedFiles)
Create the assembly archive.  | 
| 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 | 
ModuleSetAssemblyPhase.execute(Assembly assembly,
        org.codehaus.plexus.archiver.Archiver archiver,
        AssemblerConfigurationSource configSource)
Handle the associated section of the assembly descriptor.  | 
 void | 
FileSetAssemblyPhase.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 | 
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)
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 | |
|---|---|
 Map<DependencySet,Set<Artifact>> | 
DependencyResolver.resolveDependencySets(Assembly assembly,
                      AssemblerConfigurationSource configSource,
                      List<DependencySet> dependencySets)
 | 
 Map<DependencySet,Set<Artifact>> | 
DefaultDependencyResolver.resolveDependencySets(Assembly assembly,
                      AssemblerConfigurationSource configSource,
                      List<DependencySet> dependencySets)
 | 
 Map<DependencySet,Set<Artifact>> | 
DependencyResolver.resolveDependencySets(Assembly assembly,
                      ModuleSet moduleSet,
                      AssemblerConfigurationSource configSource,
                      List<DependencySet> dependencySets)
 | 
 Map<DependencySet,Set<Artifact>> | 
DefaultDependencyResolver.resolveDependencySets(Assembly assembly,
                      ModuleSet moduleSet,
                      AssemblerConfigurationSource configSource,
                      List<DependencySet> dependencySets)
 | 
| Uses of Assembly in org.apache.maven.plugin.assembly.io | 
|---|
| Methods in org.apache.maven.plugin.assembly.io that return Assembly | |
|---|---|
 Assembly | 
DefaultAssemblyReader.getAssemblyForDescriptorReference(String ref,
                                  AssemblerConfigurationSource configSource)
 | 
 Assembly | 
AssemblyReader.getAssemblyForDescriptorReference(String ref,
                                  AssemblerConfigurationSource configSource)
 | 
 Assembly | 
DefaultAssemblyReader.getAssemblyFromDescriptorFile(File file,
                              AssemblerConfigurationSource configSource)
 | 
 Assembly | 
AssemblyReader.getAssemblyFromDescriptorFile(File file,
                              AssemblerConfigurationSource configSource)
 | 
 Assembly | 
DefaultAssemblyReader.readAssembly(Reader reader,
             String locationDescription,
             File assemblyDir,
             AssemblerConfigurationSource configSource)
 | 
| Methods in org.apache.maven.plugin.assembly.io that return types with arguments of type Assembly | |
|---|---|
 List<Assembly> | 
DefaultAssemblyReader.readAssemblies(AssemblerConfigurationSource configSource)
 | 
 List<Assembly> | 
AssemblyReader.readAssemblies(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,
                                File assemblyDir,
                                AssemblerConfigurationSource configSource,
                                ComponentXpp3Reader.ContentTransformer transformer)
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 | 
|---|
| Methods in org.apache.maven.plugin.assembly.model with parameters of type Assembly | |
|---|---|
static void | 
Assemblies.forEachModuleSet(Assembly assembly,
                 ModuleSetConsumer moduleSetConsumer)
 | 
| 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(InputStream in)
Method read.  | 
 Assembly | 
AssemblyXpp3Reader.read(InputStream in,
     boolean strict)
Method read.  | 
 Assembly | 
AssemblyXpp3Reader.read(Reader reader)
 | 
 Assembly | 
AssemblyXpp3Reader.read(Reader reader,
     boolean strict)
 | 
| Methods in org.apache.maven.plugin.assembly.model.io.xpp3 with parameters of type Assembly | |
|---|---|
 void | 
AssemblyXpp3Writer.write(OutputStream stream,
      Assembly assembly)
Method write.  | 
 void | 
AssemblyXpp3Writer.write(Writer writer,
      Assembly assembly)
Method write.  | 
| Uses of Assembly in org.apache.maven.plugin.assembly.resolved | 
|---|
| Methods in org.apache.maven.plugin.assembly.resolved with parameters of type Assembly | |
|---|---|
static AssemblyId | 
AssemblyId.createAssemblyId(Assembly id)
 | 
| Uses of Assembly in org.apache.maven.plugin.assembly.utils | 
|---|
| Methods in org.apache.maven.plugin.assembly.utils with parameters of type Assembly | |
|---|---|
static String | 
AssemblyFormatUtils.getDistributionName(Assembly assembly,
                    AssemblerConfigurationSource configSource)
Get the full name of the distribution artifact  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||