org.apache.tools.ant.types.selectors
Class NoneSelector
- FileSelector, SelectorContainer
public class NoneSelector
This selector has a collection of other selectors. All of those selectors
must refuse to select a file before the file is considered selected by
this selector.
- 1.5
boolean | isSelected(File basedir, String filename, File file) - Returns true (the file is selected) only if all other selectors
agree that the file should not be selected.
|
String | toString()
|
add , addAnd , addContains , addContainsRegexp , addCustom , addDate , addDepend , addDepth , addDifferent , addFilename , addMajority , addModified , addNone , addNot , addOr , addPresent , addSelector , addSize , addType , appendSelector , getSelectors , hasSelectors , isSelected , selectorCount , selectorElements , toString , validate |
checkAttributesAllowed , checkChildrenAllowed , circularReference , dieOnCircularReference , getCheckedRef , getDescription , getRefid , isChecked , isReference , noChildrenAllowed , setChecked , setDescription , setRefid , tooManyAttributes |
NoneSelector
public NoneSelector()
Default constructor.
isSelected
public boolean isSelected(File basedir,
String filename,
File file)
Returns true (the file is selected) only if all other selectors
agree that the file should not be selected.
- isSelected in interface FileSelector
- isSelected in interface BaseSelectorContainer
basedir
- the base directory the scan is being done fromfilename
- is the name of the file to checkfile
- is a java.io.File object for the filename that the selector
can use
- whether the file should be selected or not
toString
public String toString()
- toString in interface BaseSelectorContainer
- a string representation of the selector
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.