org.apache.maven.plugin.assembly.archive.phase
Class FileItemAssemblyPhase

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.plugin.assembly.archive.phase.FileItemAssemblyPhase
All Implemented Interfaces:
AssemblyArchiverPhase, org.codehaus.plexus.logging.LogEnabled

public class FileItemAssemblyPhase
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements AssemblyArchiverPhase


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.assembly.archive.phase.AssemblyArchiverPhase
ROLE
 
Constructor Summary
FileItemAssemblyPhase()
           
 
Method Summary
 void execute(org.apache.maven.plugin.assembly.model.Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 
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

FileItemAssemblyPhase

public FileItemAssemblyPhase()
Method Detail

execute

public void execute(org.apache.maven.plugin.assembly.model.Assembly assembly,
                    org.codehaus.plexus.archiver.Archiver archiver,
                    AssemblerConfigurationSource configSource)
             throws ArchiveCreationException,
                    AssemblyFormattingException
Specified by:
execute in interface AssemblyArchiverPhase
Throws:
ArchiveCreationException
AssemblyFormattingException


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