| java.lang.Object org.apache.axis2.maven2.aar.FileSet
FileSet | public class FileSet (Code) | | 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.
|
getDirectory | public File getDirectory()(Code) | | Returns the file sets base directory. May be omitted, in which case the projects base
directory is assumed.
|
getExcludes | public String[] getExcludes()(Code) | | Returns the file sets exclusion list.
|
getIncludes | public String[] getIncludes()(Code) | | Returns the file sets inclusion list.
|
getOutputDirectory | public String getOutputDirectory()(Code) | | Sets a prefix, which the included files should have when being added to the Axis application
archive.
|
isSkipDefaultExcludes | public boolean isSkipDefaultExcludes()(Code) | | Returns, whether the default excludes should be used. Defaults to true.
|
setDirectory | public void setDirectory(File directory)(Code) | | Sets the file sets base directory. May be omitted, in which case the projects base directory
is assumed.
|
setExcludes | public void setExcludes(String[] excludes)(Code) | | Sets the file sets exclusion list.
|
setIncludes | public void setIncludes(String[] includes)(Code) | | Sets the file sets inclusion list.
|
setOutputDirectory | public void setOutputDirectory(String outputDirectory)(Code) | | Returns a prefix, which the included files should have when being added to the Axis
application archive.
|
setSkipDefaultExcludes | public void setSkipDefaultExcludes(boolean skipDefaultExcludes)(Code) | | Sets, whether the default excludes should be used. Defaults to true.
|
|
|