|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.model.PatternSet
null
| Constructor Summary | |
PatternSet()
|
|
| Method Summary | |
void |
addExclude(String string)
Method addExclude |
void |
addInclude(String string)
Method addInclude |
List |
getExcludes()
Method getExcludes |
List |
getIncludes()
Method getIncludes |
String |
getModelEncoding()
|
void |
removeExclude(String string)
Method removeExclude |
void |
removeInclude(String string)
Method removeInclude |
void |
setExcludes(List excludes)
Set A list of patterns to exclude, e.g. |
void |
setIncludes(List includes)
Set A list of patterns to include, e.g. |
void |
setModelEncoding(String modelEncoding)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PatternSet()
| Method Detail |
public void addExclude(String string)
string - public void addInclude(String string)
string - public List getExcludes()
public List getIncludes()
public void removeExclude(String string)
string - public void removeInclude(String string)
string - public void setExcludes(List excludes)
**/*.xml
excludes - public void setIncludes(List includes)
**/*.xml.
includes - public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||