|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.PatternSet
Class PatternSet.
Field Summary | |
private java.util.List |
excludes
Field excludes |
private java.util.List |
includes
Field includes |
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 |
void |
removeExclude(java.lang.String string)
Method removeExclude |
void |
removeInclude(java.lang.String string)
Method removeInclude |
void |
setExcludes(java.util.List excludes)
Method setExcludes |
void |
setIncludes(java.util.List includes)
Method setIncludes |
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
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
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |