![]()
|
SelectSelector (Apache Ant API)
org.apache.tools.ant.types.selectors
|
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 | |
SelectSelector()
Default constructor. |
Method Summary | |
void |
appendSelector(FileSelector selector)
Add a new selector into this container. |
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 |
java.util.Enumeration |
selectorElements()
Returns an enumerator for accessing the set of selectors. |
java.lang.String |
toString()
Convert the Selectors within this container to a string. |
void |
verifySettings()
Makes sure that there is only one entry, sets an error message if not. |
Methods inherited from class org.apache.tools.ant.types.selectors.AndSelector |
isSelected |
Methods inherited from class org.apache.tools.ant.types.selectors.BaseSelectorContainer |
addAnd, addContains, addCustom, addDate, addDepend, addDepth, addFilename, addMajority, addNone, addNot, addOr, addPresent, addSelector, addSize, validate |
Methods inherited from class org.apache.tools.ant.types.selectors.BaseSelector |
getError, setError |
Methods inherited from class org.apache.tools.ant.types.DataType |
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, 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 SelectSelector()
Method Detail |
public java.lang.String toString()
BaseSelectorContainer
toString
in class AndSelector
public boolean hasSelectors()
hasSelectors
in interface SelectorContainer
hasSelectors
in class BaseSelectorContainer
public int selectorCount()
selectorCount
in interface SelectorContainer
selectorCount
in class BaseSelectorContainer
public FileSelector[] getSelectors(Project p)
getSelectors
in interface SelectorContainer
getSelectors
in class BaseSelectorContainer
public java.util.Enumeration selectorElements()
selectorElements
in interface SelectorContainer
selectorElements
in class BaseSelectorContainer
public void appendSelector(FileSelector selector)
appendSelector
in interface SelectorContainer
appendSelector
in class BaseSelectorContainer
selector
- the new selector to add
public void verifySettings()
verifySettings
in class BaseSelector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |