@Component(role=AssemblyArchiverPhase.class, hint="file-sets") public class FileSetAssemblyPhase extends org.codehaus.plexus.logging.AbstractLogEnabled implements AssemblyArchiverPhase, PhaseOrder
ROLE| Constructor and Description |
|---|
FileSetAssemblyPhase() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Assembly assembly,
Archiver archiver,
AssemblerConfigurationSource configSource)
Handle the associated section of the assembly descriptor.
|
int |
order() |
public void execute(@Nonnull Assembly assembly, Archiver archiver, AssemblerConfigurationSource configSource) throws ArchiveCreationException, AssemblyFormattingException
execute in interface AssemblyArchiverPhaseassembly - The assembly descriptor to usearchiver - The archiver used to create the assembly archive, to which files/directories/artifacts are
addedconfigSource - The configuration for this assembly build, normally derived from the plugin that launched
the assembly process.ArchiveCreationException - in case of an archive
creation error.AssemblyFormattingException - in case of a assembly
formatting exception.public int order()
order in interface PhaseOrderCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.