|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.PatternSet
null
Field Summary | |
private java.util.List |
excludes
Field excludes |
private java.util.List |
includes
Field includes |
private java.lang.String |
modelEncoding
|
Constructor Summary | |
PatternSet()
|
Method Summary | |
void |
addExclude(java.lang.String string)
Method addExclude |
void |
addInclude(java.lang.String string)
Method addInclude |
java.util.List |
getExcludes()
Method getExcludes |
java.util.List |
getIncludes()
Method getIncludes |
java.lang.String |
getModelEncoding()
|
void |
removeExclude(java.lang.String string)
Method removeExclude |
void |
removeInclude(java.lang.String string)
Method removeInclude |
void |
setExcludes(java.util.List excludes)
Set the description |
void |
setIncludes(java.util.List includes)
Set the description |
void |
setModelEncoding(java.lang.String modelEncoding)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.List includes
private java.util.List excludes
private java.lang.String modelEncoding
Constructor Detail |
public PatternSet()
Method Detail |
public void addExclude(java.lang.String string)
string
- public void addInclude(java.lang.String string)
string
- public java.util.List getExcludes()
public java.util.List getIncludes()
public void removeExclude(java.lang.String string)
string
- public void removeInclude(java.lang.String string)
string
- public void setExcludes(java.util.List excludes)
excludes
- public void setIncludes(java.util.List includes)
includes
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |