|
||||||||||
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(java.lang.String string)
Method addExclude. |
void |
addInclude(java.lang.String string)
Method addInclude. |
PatternSet |
clone()
Method clone. |
java.util.List<java.lang.String> |
getExcludes()
Method getExcludes. |
java.util.List<java.lang.String> |
getIncludes()
Method getIncludes. |
InputLocation |
getLocation(java.lang.Object key)
Gets the location of the specified field in the input source. |
void |
removeExclude(java.lang.String string)
Method removeExclude. |
void |
removeInclude(java.lang.String string)
Method removeInclude. |
void |
setExcludes(java.util.List<java.lang.String> excludes)
Set a list of patterns to exclude, e.g. |
void |
setIncludes(java.util.List<java.lang.String> includes)
Set a list of patterns to include, e.g. |
void |
setLocation(java.lang.Object key,
InputLocation location)
Sets the location of the specified field. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PatternSet()
Method Detail |
---|
public void addExclude(java.lang.String string)
string
- public void addInclude(java.lang.String string)
string
- public PatternSet clone()
clone
in class java.lang.Object
public java.util.List<java.lang.String> getExcludes()
public java.util.List<java.lang.String> getIncludes()
public InputLocation getLocation(java.lang.Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
-
public void removeExclude(java.lang.String string)
string
- public void removeInclude(java.lang.String string)
string
- public void setExcludes(java.util.List<java.lang.String> excludes)
**/*.xml
excludes
- public void setIncludes(java.util.List<java.lang.String> includes)
**/*.xml
.
includes
- public void setLocation(java.lang.Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |