Uses of Interface
org.apache.maven.plugins.assembly.archive.phase.AssemblyArchiverPhase
-
Packages that use AssemblyArchiverPhase Package Description org.apache.maven.plugins.assembly.archive org.apache.maven.plugins.assembly.archive.phase -
-
Uses of AssemblyArchiverPhase in org.apache.maven.plugins.assembly.archive
Constructor parameters in org.apache.maven.plugins.assembly.archive with type arguments of type AssemblyArchiverPhase Constructor Description DefaultAssemblyArchiver(org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, List<AssemblyArchiverPhase> assemblyPhases, Map<String,ContainerDescriptorHandler> containerDescriptorHandlers, org.codehaus.plexus.PlexusContainer container) -
Uses of AssemblyArchiverPhase in org.apache.maven.plugins.assembly.archive.phase
Classes in org.apache.maven.plugins.assembly.archive.phase that implement AssemblyArchiverPhase Modifier and Type Class Description classDependencySetAssemblyPhaseHandles the top-level <dependencySets/> section of the assembly descriptor.classFileItemAssemblyPhaseHandles the top-level <files/> section of the assembly descriptor.classFileSetAssemblyPhaseHandles the <fileSets/> top-level section of the assembly descriptor.classModuleSetAssemblyPhaseHandles the <moduleSets/> top-level section of the assembly descriptor.classRepositoryAssemblyPhaseMethods in org.apache.maven.plugins.assembly.archive.phase with parameters of type AssemblyArchiverPhase Modifier and Type Method Description intAssemblyArchiverPhaseComparator. compare(AssemblyArchiverPhase o1, AssemblyArchiverPhase o2)
-