org.apache.axis2.maven2.aar
Class FileSet

java.lang.Object
  extended by org.apache.axis2.maven2.aar.FileSet

public class FileSet
extends Object

A FileSet defines additional files, which are being added to the Axis application archive. The objects structure follows the FileSet object from the maven-assembly-plugin, see the plugin documentation for details.


Constructor Summary
FileSet()
           
 
Method Summary
 File getDirectory()
          Returns the file sets base directory.
 String[] getExcludes()
          Returns the file sets exclusion list.
 String[] getIncludes()
          Returns the file sets inclusion list.
 String getOutputDirectory()
          Sets a prefix, which the included files should have when being added to the Axis application archive.
 boolean isSkipDefaultExcludes()
          Returns, whether the default excludes should be used.
 void setDirectory(File directory)
          Sets the file sets base directory.
 void setExcludes(String[] excludes)
          Sets the file sets exclusion list.
 void setIncludes(String[] includes)
          Sets the file sets inclusion list.
 void setOutputDirectory(String outputDirectory)
          Returns a prefix, which the included files should have when being added to the Axis application archive.
 void setSkipDefaultExcludes(boolean skipDefaultExcludes)
          Sets, whether the default excludes should be used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSet

public FileSet()
Method Detail

getDirectory

public File getDirectory()
Returns the file sets base directory. May be omitted, in which case the projects base directory is assumed.


setDirectory

public void setDirectory(File directory)
Sets the file sets base directory. May be omitted, in which case the projects base directory is assumed.


getExcludes

public String[] getExcludes()
Returns the file sets exclusion list.


setExcludes

public void setExcludes(String[] excludes)
Sets the file sets exclusion list.


getIncludes

public String[] getIncludes()
Returns the file sets inclusion list.


setIncludes

public void setIncludes(String[] includes)
Sets the file sets inclusion list.


getOutputDirectory

public String getOutputDirectory()
Sets a prefix, which the included files should have when being added to the Axis application archive.


setOutputDirectory

public void setOutputDirectory(String outputDirectory)
Returns a prefix, which the included files should have when being added to the Axis application archive.


isSkipDefaultExcludes

public boolean isSkipDefaultExcludes()
Returns, whether the default excludes should be used. Defaults to true.


setSkipDefaultExcludes

public void setSkipDefaultExcludes(boolean skipDefaultExcludes)
Sets, whether the default excludes should be used. Defaults to true.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.