| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.types.DataType
              |
              +--org.apache.tools.ant.types.selectors.BaseSelector
                    |
                    +--org.apache.tools.ant.types.selectors.BaseSelectorContainer
                          |
                          +--org.apache.tools.ant.types.selectors.OrSelector
This selector has a collection of other selectors, any of which have to select a file in order for this selector to select it.
| Field Summary | 
| Fields inherited from class org.apache.tools.ant.types.DataType | 
| checked, description, ref | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
| project | 
| Constructor Summary | |
| OrSelector()Default constructor. | |
| Method Summary | |
|  boolean | isSelected(java.io.File basedir,
           java.lang.String filename,
           java.io.File file)Returns true (the file is selected) if any of the other selectors agree that the file should be selected. | 
|  java.lang.String | toString()Convert the Selectors within this container to a string. | 
| Methods inherited from class org.apache.tools.ant.types.selectors.BaseSelectorContainer | 
| add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, getSelectors, hasSelectors, selectorCount, selectorElements, validate | 
| Methods inherited from class org.apache.tools.ant.types.selectors.BaseSelector | 
| getError, setError, verifySettings | 
| Methods inherited from class org.apache.tools.ant.types.DataType | 
| checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
| getProject, log, log, setProject | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public OrSelector()
| Method Detail | 
public java.lang.String toString()
BaseSelectorContainer
toString in class BaseSelectorContainer
public boolean isSelected(java.io.File basedir,
                          java.lang.String filename,
                          java.io.File file)
isSelected in interface FileSelectorisSelected in class BaseSelectorContainerbasedir - the base directory the scan is being done fromfilename - the name of the file to checkfile - a java.io.File object for the filename that the selector
 can use
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||