|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.plugin.assembly.archive.phase.FileSetAssemblyPhase
public class FileSetAssemblyPhase
Handles the <fileSets/> top-level section of the assembly descriptor.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.assembly.archive.phase.AssemblyArchiverPhase |
|---|
ROLE |
| Constructor Summary | |
|---|---|
FileSetAssemblyPhase()
|
|
| Method Summary | |
|---|---|
void |
execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSetAssemblyPhase()
| Method Detail |
|---|
public void execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
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
AssemblyFormattingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||