|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface for selectors that can contain other selectors.
Method Summary | |
void |
add(FileSelector selector)
add an arbitary 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 the different selector |
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 the type selector |
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. |
Method Detail |
public boolean hasSelectors()
public int selectorCount()
public FileSelector[] getSelectors(Project p)
p
- the current project
public java.util.Enumeration selectorElements()
public void appendSelector(FileSelector selector)
selector
- the new selector to addpublic void addSelector(SelectSelector selector)
selector
- the selector to addpublic void addAnd(AndSelector selector)
selector
- the selector to addpublic void addOr(OrSelector selector)
selector
- the selector to addpublic void addNot(NotSelector selector)
selector
- the selector to addpublic void addNone(NoneSelector selector)
selector
- the selector to addpublic void addMajority(MajoritySelector selector)
selector
- the selector to addpublic void addDate(DateSelector selector)
selector
- the selector to addpublic void addSize(SizeSelector selector)
selector
- the selector to addpublic void addFilename(FilenameSelector selector)
selector
- the selector to addpublic void addCustom(ExtendSelector selector)
selector
- the selector to addpublic void addContains(ContainsSelector selector)
selector
- the selector to addpublic void addPresent(PresentSelector selector)
selector
- the selector to addpublic void addDepth(DepthSelector selector)
selector
- the selector to addpublic void addDepend(DependSelector selector)
selector
- the selector to addpublic void addContainsRegexp(ContainsRegexpSelector selector)
selector
- the selector to addpublic void addType(TypeSelector selector)
selector
- the selector to addpublic void addDifferent(DifferentSelector selector)
selector
- the selector to addpublic void addModified(ModifiedSelector selector)
selector
- the selector to addpublic void add(FileSelector selector)
selector
- the selector to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |