Uses of Class
org.apache.maven.plugins.assembly.model.Assembly
Packages that use Assembly
Package
Description
-
Uses of Assembly in org.apache.maven.plugins.assembly
Methods in org.apache.maven.plugins.assembly that return types with arguments of type Assembly -
Uses of Assembly in org.apache.maven.plugins.assembly.archive
Methods 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.phase
Methods in org.apache.maven.plugins.assembly.archive.phase with parameters of type AssemblyModifier and TypeMethodDescriptionvoid
AssemblyArchiverPhase.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
FileItemAssemblyPhase.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
ModuleSetAssemblyPhase.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.artifact
Methods 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.io
Methods 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 TypeMethodDescriptionvoid
AssemblyReader.includeSiteInAssembly
(Assembly assembly, AssemblerConfigurationSource configSource) void
DefaultAssemblyReader.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 assemblyprotected void
DefaultAssemblyReader.mergeComponentWithAssembly
(Component component, Assembly assembly) Add the content of a single Component to main assembly -
Uses of Assembly in org.apache.maven.plugins.assembly.model
Methods in org.apache.maven.plugins.assembly.model with parameters of type AssemblyModifier and TypeMethodDescriptionstatic void
Assemblies.forEachModuleSet
(Assembly assembly, ModuleSetConsumer moduleSetConsumer) -
Uses of Assembly in org.apache.maven.plugins.assembly.model.io.xpp3
Methods 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.mojos
Methods in org.apache.maven.plugins.assembly.mojos that return types with arguments of type Assembly -
Uses of Assembly in org.apache.maven.plugins.assembly.resolved
Methods in org.apache.maven.plugins.assembly.resolved with parameters of type Assembly -
Uses of Assembly in org.apache.maven.plugins.assembly.utils
Methods in org.apache.maven.plugins.assembly.utils with parameters of type AssemblyModifier and TypeMethodDescriptionstatic String
AssemblyFormatUtils.getDistributionName
(Assembly assembly, AssemblerConfigurationSource configSource) Get the full name of the distribution artifact