|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.PatternSet
org.apache.maven.project.FileSet
org.apache.maven.project.SourceModification
Class SourceModification.
Field Summary | |
private java.lang.String |
className
Field className |
private java.lang.String |
property
Field property |
Fields inherited from class org.apache.maven.project.FileSet |
|
Fields inherited from class org.apache.maven.project.PatternSet |
|
Constructor Summary | |
SourceModification()
|
Method Summary | |
java.lang.String |
getClassName()
Method getClassName |
java.lang.String |
getProperty()
Method getProperty |
void |
setClassName(java.lang.String className)
Method setClassName |
void |
setProperty(java.lang.String property)
Method setProperty |
Methods inherited from class org.apache.maven.project.FileSet |
getDirectory, setDirectory |
Methods inherited from class org.apache.maven.project.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 |
Field Detail |
private java.lang.String className
private java.lang.String property
Constructor Detail |
public SourceModification()
Method Detail |
public java.lang.String getClassName()
public java.lang.String getProperty()
public void setClassName(java.lang.String className)
className
- public void setProperty(java.lang.String property)
property
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |