|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.PatternSet org.apache.maven.model.FileSet org.apache.maven.model.SourceModification
public class SourceModification
This element describes all of the source modifications associated with a project. These modifications are used to exclude or include various source depending on the environment the build is running in.
Constructor Summary | |
---|---|
SourceModification()
|
Method Summary | |
---|---|
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 |
getModelEncoding()
|
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 |
setModelEncoding(java.lang.String modelEncoding)
|
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 . |
Methods inherited from class org.apache.maven.model.FileSet |
---|
getDirectory, setDirectory |
Methods inherited from class org.apache.maven.model.PatternSet |
---|
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceModification()
Method Detail |
---|
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
- public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class FileSet
public java.lang.String getModelEncoding()
getModelEncoding
in class FileSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |