org.apache.maven.plugin.assembly.archive.task
Class AddFileSetsTask
java.lang.Object
org.apache.maven.plugin.assembly.archive.task.AddFileSetsTask
- All Implemented Interfaces:
- ArchiverTask
public class AddFileSetsTask
- extends java.lang.Object
- implements ArchiverTask
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddFileSetsTask
public AddFileSetsTask(java.util.List fileSets)
execute
public void execute(org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
throws ArchiveCreationException,
AssemblyFormattingException
- Specified by:
execute
in interface ArchiverTask
- Throws:
ArchiveCreationException
AssemblyFormattingException
addFileSet
protected void addFileSet(FileSet fileSet,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
java.io.File archiveBaseDir)
throws AssemblyFormattingException,
ArchiveCreationException
- Throws:
AssemblyFormattingException
ArchiveCreationException
getFileSetDirectory
protected java.io.File getFileSetDirectory(FileSet fileSet,
java.io.File basedir,
java.io.File archiveBaseDir)
throws ArchiveCreationException,
AssemblyFormattingException
- Throws:
ArchiveCreationException
AssemblyFormattingException
setLogger
public void setLogger(org.codehaus.plexus.logging.Logger logger)
setProject
public void setProject(org.apache.maven.project.MavenProject project)
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.