org.apache.maven.plugin.assembly.archive.phase
Interface AssemblyArchiverPhase

All Known Implementing Classes:
DependencySetAssemblyPhase, FileItemAssemblyPhase, FileSetAssemblyPhase, ModuleSetAssemblyPhase, RepositoryAssemblyPhase

public interface AssemblyArchiverPhase


Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void execute(org.apache.maven.plugin.assembly.model.Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

execute

void execute(org.apache.maven.plugin.assembly.model.Assembly assembly,
             org.codehaus.plexus.archiver.Archiver archiver,
             AssemblerConfigurationSource configSource)
             throws ArchiveCreationException,
                    AssemblyFormattingException,
                    InvalidAssemblerConfigurationException
Throws:
ArchiveCreationException
AssemblyFormattingException
InvalidAssemblerConfigurationException


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.