public abstract class MatchingTask extends Task implements SelectorContainer
Constructor and Description |
---|
MatchingTask() |
Modifier and Type | Method and Description |
---|---|
void |
add(FileSelector selector)
add an arbitrary selector
|
void |
addAnd(AndSelector selector)
add an "And" selector entry on the selector list
|
void |
addContains(ContainsSelector selector)
add a contains selector entry on the selector list
|
void |
addContainsRegexp(ContainsRegexpSelector selector)
add a regular expression selector entry on the selector list
|
void |
addCustom(ExtendSelector selector)
add an extended selector entry on the selector list
|
void |
addDate(DateSelector selector)
add a selector date entry on the selector list
|
void |
addDepend(DependSelector selector)
add a depends selector entry on the selector list
|
void |
addDepth(DepthSelector selector)
add a depth selector entry on the selector list
|
void |
addDifferent(DifferentSelector selector)
add a type selector entry on the type list
|
void |
addFilename(FilenameSelector selector)
add a selector filename entry on the selector list
|
void |
addMajority(MajoritySelector selector)
add a majority selector entry on the selector list
|
void |
addModified(ModifiedSelector selector)
add the modified selector
|
void |
addNone(NoneSelector selector)
add a "None" selector entry on the selector list
|
void |
addNot(NotSelector selector)
add a "Not" selector entry on the selector list
|
void |
addOr(OrSelector selector)
add an "Or" selector entry on the selector list
|
void |
addPresent(PresentSelector selector)
add a present selector entry on the selector list
|
void |
addSelector(SelectSelector selector)
add a "Select" selector entry on the selector list
|
void |
addSize(SizeSelector selector)
add a selector size entry on the selector list
|
void |
addType(TypeSelector selector)
add a type selector entry on the type list
|
void |
appendSelector(FileSelector selector)
Add a new selector into this container.
|
PatternSet.NameEntry |
createExclude()
add a name entry on the exclude list
|
PatternSet.NameEntry |
createExcludesFile()
add a name entry on the include files list
|
PatternSet.NameEntry |
createInclude()
add a name entry on the include list
|
PatternSet.NameEntry |
createIncludesFile()
add a name entry on the include files list
|
PatternSet |
createPatternSet()
add a set of patterns
|
protected DirectoryScanner |
getDirectoryScanner(File baseDir)
Returns the directory scanner needed to access the files to process.
|
protected FileSet |
getImplicitFileSet()
Accessor for the implicit fileset.
|
FileSelector[] |
getSelectors(Project p)
Returns the set of selectors as an array.
|
boolean |
hasSelectors()
Indicates whether there are any selectors here.
|
int |
selectorCount()
Gives the count of the number of selectors in this container
|
Enumeration<FileSelector> |
selectorElements()
Returns an enumerator for accessing the set of selectors.
|
void |
setCaseSensitive(boolean isCaseSensitive)
Sets case sensitivity of the file system
|
void |
setDefaultexcludes(boolean useDefaultExcludes)
Sets whether default exclusions should be used or not.
|
void |
setExcludes(String excludes)
Sets the set of exclude patterns.
|
void |
setExcludesfile(File excludesfile)
Sets the name of the file containing the includes patterns.
|
void |
setFollowSymlinks(boolean followSymlinks)
Sets whether or not symbolic links should be followed.
|
void |
setIncludes(String includes)
Sets the set of include patterns.
|
void |
setIncludesfile(File includesfile)
Sets the name of the file containing the includes patterns.
|
void |
setProject(Project project)
Sets the project object of this component.
|
void |
XsetIgnore(String ignoreString)
List of filenames and directory names to not include.
|
void |
XsetItems(String itemString)
Set this to be the items in the base directory that you want to be
included.
|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation
protected FileSet fileset
public void add(FileSelector selector)
add
in interface SelectorContainer
selector
- the selector to addpublic void addAnd(AndSelector selector)
addAnd
in interface SelectorContainer
selector
- the selector to addpublic void addContains(ContainsSelector selector)
addContains
in interface SelectorContainer
selector
- the selector to addpublic void addContainsRegexp(ContainsRegexpSelector selector)
addContainsRegexp
in interface SelectorContainer
selector
- the selector to addpublic void addCustom(ExtendSelector selector)
addCustom
in interface SelectorContainer
selector
- the selector to addpublic void addDate(DateSelector selector)
addDate
in interface SelectorContainer
selector
- the selector to addpublic void addDepend(DependSelector selector)
addDepend
in interface SelectorContainer
selector
- the selector to addpublic void addDepth(DepthSelector selector)
addDepth
in interface SelectorContainer
selector
- the selector to addpublic void addDifferent(DifferentSelector selector)
addDifferent
in interface SelectorContainer
selector
- the selector to addpublic void addFilename(FilenameSelector selector)
addFilename
in interface SelectorContainer
selector
- the selector to addpublic void addMajority(MajoritySelector selector)
addMajority
in interface SelectorContainer
selector
- the selector to addpublic void addModified(ModifiedSelector selector)
addModified
in interface SelectorContainer
selector
- the selector to addpublic void addNone(NoneSelector selector)
addNone
in interface SelectorContainer
selector
- the selector to addpublic void addNot(NotSelector selector)
addNot
in interface SelectorContainer
selector
- the selector to addpublic void addOr(OrSelector selector)
addOr
in interface SelectorContainer
selector
- the selector to addpublic void addPresent(PresentSelector selector)
addPresent
in interface SelectorContainer
selector
- the selector to addpublic void addSelector(SelectSelector selector)
addSelector
in interface SelectorContainer
selector
- the selector to addpublic void addSize(SizeSelector selector)
addSize
in interface SelectorContainer
selector
- the selector to addpublic void addType(TypeSelector selector)
addType
in interface SelectorContainer
selector
- the selector to addpublic void appendSelector(FileSelector selector)
appendSelector
in interface SelectorContainer
selector
- the new selector to addpublic PatternSet.NameEntry createExclude()
public PatternSet.NameEntry createExcludesFile()
public PatternSet.NameEntry createInclude()
public PatternSet.NameEntry createIncludesFile()
public PatternSet createPatternSet()
protected DirectoryScanner getDirectoryScanner(File baseDir)
baseDir
- the base directory to use with the filesetprotected final FileSet getImplicitFileSet()
public FileSelector[] getSelectors(Project p)
getSelectors
in interface SelectorContainer
p
- the current projectpublic boolean hasSelectors()
hasSelectors
in interface SelectorContainer
public int selectorCount()
selectorCount
in interface SelectorContainer
public Enumeration<FileSelector> selectorElements()
selectorElements
in interface SelectorContainer
public void setCaseSensitive(boolean isCaseSensitive)
isCaseSensitive
- "true"|"on"|"yes" if file system is case
sensitive, "false"|"off"|"no" when not.public void setDefaultexcludes(boolean useDefaultExcludes)
useDefaultExcludes
- "true"|"on"|"yes" when default exclusions
should be used, "false"|"off"|"no" when they
shouldn't be used.public void setExcludes(String excludes)
excludes
- the string containing the exclude patternspublic void setExcludesfile(File excludesfile)
excludesfile
- A string containing the filename to fetch
the include patterns from.public void setFollowSymlinks(boolean followSymlinks)
followSymlinks
- whether or not symbolic links should be followedpublic void setIncludes(String includes)
includes
- the string containing the include patternspublic void setIncludesfile(File includesfile)
includesfile
- A string containing the filename to fetch
the include patterns from.public void setProject(Project project)
setProject
in class ProjectComponent
project
- Project in whose scope this component belongs.
Must not be null
.public void XsetIgnore(String ignoreString)
ignoreString
- the string containing the files to ignore.public void XsetItems(String itemString)
itemString
- the string containing the files to include.