public class SourceModification extends FileSet implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
className
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. |
private java.lang.String |
property
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. |
| 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, setIncludesprivate java.lang.String className
sourceDirectory.private java.lang.String property
sourceDirectory.public 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 -