public class AddFileSetsTask extends Object implements ArchiverTask
Constructor and Description |
---|
AddFileSetsTask(FileSet... fileSets) |
AddFileSetsTask(List<FileSet> fileSets) |
Modifier and Type | Method and Description |
---|---|
protected void |
addFileSet(FileSet fileSet,
Archiver archiver,
AssemblerConfigurationSource configSource,
File archiveBaseDir) |
void |
execute(Archiver archiver,
AssemblerConfigurationSource configSource) |
protected File |
getFileSetDirectory(FileSet fileSet,
File basedir,
File archiveBaseDir) |
MavenProject |
getModuleProject() |
void |
setLogger(org.codehaus.plexus.logging.Logger logger) |
void |
setModuleProject(MavenProject moduleProject) |
void |
setProject(MavenProject project) |
public AddFileSetsTask(FileSet... fileSets)
public void execute(Archiver archiver, AssemblerConfigurationSource configSource) throws ArchiveCreationException, AssemblyFormattingException
execute
in interface ArchiverTask
ArchiveCreationException
AssemblyFormattingException
protected void addFileSet(FileSet fileSet, Archiver archiver, AssemblerConfigurationSource configSource, File archiveBaseDir) throws AssemblyFormattingException, ArchiveCreationException
protected File getFileSetDirectory(FileSet fileSet, File basedir, File archiveBaseDir) throws ArchiveCreationException, AssemblyFormattingException
public void setLogger(org.codehaus.plexus.logging.Logger logger)
public void setProject(MavenProject project)
public MavenProject getModuleProject()
public void setModuleProject(MavenProject moduleProject)
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.