public class SourceModification extends FileSet implements java.io.Serializable
| Constructor and Description |
|---|
SourceModification() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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. |
java.lang.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(java.lang.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(java.lang.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 java.lang.String getClassName()
sourceDirectory.public java.lang.String getProperty()
sourceDirectory.public void setClassName(java.lang.String className)
sourceDirectory.className - public void setProperty(java.lang.String property)
sourceDirectory.property -