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