public class SourceModification extends FileSet implements Serializable
| Constructor and Description |
|---|
SourceModification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Get if the class with this name can not be
loaded, then the includes and excludes specified
below
will be applied to the contents of the
sourceDirectory. |
String |
getProperty()
Get if the property with this name is not set,
then the includes and excludes specified below
will be applied to the contents of the
sourceDirectory. |
void |
setClassName(String className)
Set if the class with this name can not be
loaded, then the includes and excludes specified
below
will be applied to the contents of the
sourceDirectory. |
void |
setProperty(String property)
Set if the property with this name is not set,
then the includes and excludes specified below
will be applied to the contents of the
sourceDirectory. |
getDirectory, setDirectoryaddExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludespublic String getClassName()
sourceDirectory.public String getProperty()
sourceDirectory.public void setClassName(String className)
sourceDirectory.className - public void setProperty(String property)
sourceDirectory.property - Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.