public class FileSet
extends java.lang.Object
| Constructor and Description |
|---|
FileSet() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getDirectory()
Returns the file sets base directory.
|
java.lang.String[] |
getExcludes()
Returns the file sets exclusion list.
|
java.lang.String[] |
getIncludes()
Returns the file sets inclusion list.
|
java.lang.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(java.io.File directory)
Sets the file sets base directory.
|
void |
setExcludes(java.lang.String[] excludes)
Sets the file sets exclusion list.
|
void |
setIncludes(java.lang.String[] includes)
Sets the file sets inclusion list.
|
void |
setOutputDirectory(java.lang.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.
|
public java.io.File getDirectory()
public void setDirectory(java.io.File directory)
public java.lang.String[] getExcludes()
public void setExcludes(java.lang.String[] excludes)
public java.lang.String[] getIncludes()
public void setIncludes(java.lang.String[] includes)
public java.lang.String getOutputDirectory()
public void setOutputDirectory(java.lang.String outputDirectory)
public boolean isSkipDefaultExcludes()
public void setSkipDefaultExcludes(boolean skipDefaultExcludes)
Copyright © 2004-2017 The Apache Software Foundation. All Rights Reserved.