| Modifier and Type | Class and Description |
|---|---|
class |
PatternSet.NameEntry
inner class to hold a name on list.
|
| Constructor and Description |
|---|
PatternSet()
Creates a new
PatternSet instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredPatternset(PatternSet p)
This is a patternset nested element.
|
void |
append(PatternSet other)
Adds the patterns of the other instance to this set.
|
PatternSet.NameEntry |
createExclude()
add a name entry on the exclude list
|
PatternSet.NameEntry |
createInclude()
add a name entry on the include list
|
String[] |
getExcludePatterns()
Returns the filtered include patterns.
|
String[] |
getIncludePatterns()
Returns the filtered include patterns.
|
void |
setExcludes(String excludes)
Appends
excludes to the current list of exclude patterns. |
void |
setIncludes(String includes)
Appends
includes to the current list of include patterns. |
String |
toString() |
getDescription, isChecked, noChildrenAllowed, setChecked, setDescription, tooManyAttributespublic void addConfiguredPatternset(PatternSet p)
p - a configured patternset nested element.public PatternSet.NameEntry createInclude()
public PatternSet.NameEntry createExclude()
public void setIncludes(String includes)
includes to the current list of include patterns.
Patterns may be separated by a comma or a space.includes - the string containing the include patternspublic void setExcludes(String excludes)
excludes to the current list of exclude patterns.
Patterns may be separated by a comma or a space.excludes - the string containing the exclude patternspublic void append(PatternSet other)
other - the other PatternSet instance.p - the current project.public String[] getIncludePatterns()
p - the current project.public String[] getExcludePatterns()
p - the current project.Copyright © 2001–2025. All rights reserved.