Uses of Class
org.apache.maven.plugins.assembly.model.Assembly
Packages that use Assembly
Package
Description
- 
Uses of Assembly in org.apache.maven.plugins.assemblyMethods in org.apache.maven.plugins.assembly that return types with arguments of type Assembly
- 
Uses of Assembly in org.apache.maven.plugins.assembly.archiveMethods in org.apache.maven.plugins.assembly.archive with parameters of type AssemblyModifier and TypeMethodDescriptionAssemblyArchiver.createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, FileTime sourceDateEpoch) Create the assembly archive.DefaultAssemblyArchiver.createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, FileTime outputTimestamp) Create the assembly archive.
- 
Uses of Assembly in org.apache.maven.plugins.assembly.archive.phaseMethods in org.apache.maven.plugins.assembly.archive.phase with parameters of type AssemblyModifier and TypeMethodDescriptionvoidAssemblyArchiverPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.voidDependencySetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.voidFileItemAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.voidFileSetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.voidModuleSetAssemblyPhase.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.plugins.assembly.artifactMethods in org.apache.maven.plugins.assembly.artifact with parameters of type AssemblyModifier and TypeMethodDescriptionMap<DependencySet, Set<org.apache.maven.artifact.Artifact>> DefaultDependencyResolver.resolveDependencySets(Assembly assembly, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) Map<DependencySet, Set<org.apache.maven.artifact.Artifact>> DefaultDependencyResolver.resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) Map<DependencySet, Set<org.apache.maven.artifact.Artifact>> DependencyResolver.resolveDependencySets(Assembly assembly, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) Map<DependencySet, Set<org.apache.maven.artifact.Artifact>> DependencyResolver.resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) 
- 
Uses of Assembly in org.apache.maven.plugins.assembly.ioMethods in org.apache.maven.plugins.assembly.io that return AssemblyModifier and TypeMethodDescriptionAssemblyReader.getAssemblyForDescriptorReference(String ref, AssemblerConfigurationSource configSource) DefaultAssemblyReader.getAssemblyForDescriptorReference(String ref, AssemblerConfigurationSource configSource) AssemblyReader.getAssemblyFromDescriptorFile(File file, AssemblerConfigurationSource configSource) DefaultAssemblyReader.getAssemblyFromDescriptorFile(File file, AssemblerConfigurationSource configSource) DefaultAssemblyReader.readAssembly(Reader reader, String locationDescription, File assemblyDir, AssemblerConfigurationSource configSource) Methods in org.apache.maven.plugins.assembly.io that return types with arguments of type AssemblyModifier and TypeMethodDescriptionAssemblyReader.readAssemblies(AssemblerConfigurationSource configSource) DefaultAssemblyReader.readAssemblies(AssemblerConfigurationSource configSource) Methods in org.apache.maven.plugins.assembly.io with parameters of type AssemblyModifier and TypeMethodDescriptionvoidAssemblyReader.includeSiteInAssembly(Assembly assembly, AssemblerConfigurationSource configSource) voidDefaultAssemblyReader.includeSiteInAssembly(Assembly assembly, AssemblerConfigurationSource configSource) protected voidDefaultAssemblyReader.mergeComponentsWithMainAssembly(Assembly assembly, File assemblyDir, AssemblerConfigurationSource configSource, ComponentXpp3Reader.ContentTransformer transformer) Add the contents of all included components to main assemblyprotected voidDefaultAssemblyReader.mergeComponentWithAssembly(Component component, Assembly assembly) Add the content of a single Component to main assembly
- 
Uses of Assembly in org.apache.maven.plugins.assembly.modelMethods in org.apache.maven.plugins.assembly.model with parameters of type AssemblyModifier and TypeMethodDescriptionstatic voidAssemblies.forEachModuleSet(Assembly assembly, ModuleSetConsumer moduleSetConsumer) 
- 
Uses of Assembly in org.apache.maven.plugins.assembly.model.io.xpp3Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return AssemblyModifier and TypeMethodDescriptionAssemblyXpp3Reader.read(InputStream in) Method read.AssemblyXpp3Reader.read(InputStream in, boolean strict) Method read.AssemblyXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type Assembly
- 
Uses of Assembly in org.apache.maven.plugins.assembly.mojosMethods in org.apache.maven.plugins.assembly.mojos that return types with arguments of type Assembly
- 
Uses of Assembly in org.apache.maven.plugins.assembly.resolvedMethods in org.apache.maven.plugins.assembly.resolved with parameters of type Assembly
- 
Uses of Assembly in org.apache.maven.plugins.assembly.utilsMethods in org.apache.maven.plugins.assembly.utils with parameters of type AssemblyModifier and TypeMethodDescriptionstatic StringAssemblyFormatUtils.getDistributionName(Assembly assembly, AssemblerConfigurationSource configSource) Get the full name of the distribution artifact