java.io.Serializablepublic class SourceModification extends FileSet implements java.io.Serializable
| Constructor | Description |
|---|---|
SourceModification() |
| Modifier and Type | Method | 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, setDirectoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExclude, 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 -