org.apache.maven.plugin.assembly.archive.task
Class AddFileSetsTask

java.lang.Object
  extended by org.apache.maven.plugin.assembly.archive.task.AddFileSetsTask

public class AddFileSetsTask
extends Object

Version:
$Id: AddFileSetsTask.java 1675144 2015-04-21 16:05:16Z krosenvold $

Constructor Summary
AddFileSetsTask(FileSet... fileSets)
           
AddFileSetsTask(List<FileSet> fileSets)
           
 
Method Summary
 void execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 void setLogger(org.codehaus.plexus.logging.Logger logger)
           
 void setModuleProject(MavenProject moduleProject)
           
 void setProject(MavenProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddFileSetsTask

public AddFileSetsTask(List<FileSet> fileSets)

AddFileSetsTask

public AddFileSetsTask(FileSet... fileSets)
Method Detail

execute

public void execute(org.codehaus.plexus.archiver.Archiver archiver,
                    AssemblerConfigurationSource configSource)
             throws ArchiveCreationException,
                    AssemblyFormattingException
Throws:
ArchiveCreationException
AssemblyFormattingException

setLogger

public void setLogger(org.codehaus.plexus.logging.Logger logger)

setProject

public void setProject(MavenProject project)

setModuleProject

public void setModuleProject(MavenProject moduleProject)


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.