| 
||||||||||
| 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.  | 
 PatternSet | 
clone()
Method clone.  | 
 List<String> | 
getExcludes()
Method getExcludes.  | 
 List<String> | 
getIncludes()
Method getIncludes.  | 
 InputLocation | 
getLocation(Object key)
Gets the location of the specified field in the input source.  | 
 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.  | 
 void | 
setLocation(Object key,
                       InputLocation location)
Sets the location of the specified field.  | 
 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(String string)
string - public void addInclude(String string)
string - public PatternSet clone()
clone in class Objectpublic List<String> getExcludes()
public List<String> getIncludes()
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation in interface InputLocationTrackerkey - 
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 void setLocation(Object key,
                        InputLocation location)
InputLocationTracker
setLocation in interface InputLocationTrackerkey - location - public String toString()
toString in class ObjectObject.toString()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||