|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblyArchiverPhase
Handles one top-level section of the assembly descriptor, to determine which files to include in the assembly archive for that section.
Field Summary | |
---|---|
static java.lang.String |
ROLE
|
Method Summary | |
---|---|
void |
execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
Deprecated. Use execute(Assembly, Archiver, AssemblerConfigurationSource, AssemblyContext)
instead. This method should be the equivalent of calling the new execute() method with a newly-minted
instance of DefaultAssemblyContext . |
void |
execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
Field Detail |
---|
static final java.lang.String ROLE
Method Detail |
---|
void execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) throws ArchiveCreationException, AssemblyFormattingException, InvalidAssemblerConfigurationException
execute(Assembly, Archiver, AssemblerConfigurationSource, AssemblyContext)
instead. This method should be the equivalent of calling the new execute() method with a newly-minted
instance of DefaultAssemblyContext
.
assembly
- 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
InvalidAssemblerConfigurationException
void execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context) throws ArchiveCreationException, AssemblyFormattingException, InvalidAssemblerConfigurationException
assembly
- 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.context
- Context instance that contains the collected managed
versions for dependencies, and potentially any caches that
may be useful for the assembly process.
ArchiveCreationException
AssemblyFormattingException
InvalidAssemblerConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |