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, setDirectory
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes
public String getClassName()
sourceDirectory
.public String getProperty()
sourceDirectory
.public void setClassName(String className)
sourceDirectory
.className
- public void setProperty(String property)
sourceDirectory
.property
- Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.