public class FileSet extends Object
Constructor and Description |
---|
FileSet() |
Modifier and Type | Method and Description |
---|---|
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.
|
public File getDirectory()
public void setDirectory(File directory)
public String[] getExcludes()
public void setExcludes(String[] excludes)
public String[] getIncludes()
public void setIncludes(String[] includes)
public String getOutputDirectory()
public void setOutputDirectory(String outputDirectory)
public boolean isSkipDefaultExcludes()
public void setSkipDefaultExcludes(boolean skipDefaultExcludes)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.