|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CluderInterface
This interface is common to Excluder and Includer.
Method Summary | |
---|---|
boolean |
contains(java.lang.String s)
checks whether the given String is in the list included |
boolean |
contains(java.lang.String s,
boolean regexp)
checks whether the given String is in the list included; if regexp is TRUE the given String is assumed to be a regular Expression and that the list contains only normal strings |
boolean |
getCaseSensitive()
returns the case-sensitive state |
java.util.Vector |
getList()
returns the list |
int |
matchIndex(java.lang.String s)
returns the index in the list where the first match was encountered |
int |
matchIndex(java.lang.String s,
boolean regexp)
returns the index in the list where the first match was encountered; if regexp is TRUE the given String is assumed to be a regular Expression and that the list contains only normal strings |
Method Detail |
---|
java.util.Vector getList()
boolean getCaseSensitive()
int matchIndex(java.lang.String s)
int matchIndex(java.lang.String s, boolean regexp)
regexp
- whether the given string is a regular expression
or notboolean contains(java.lang.String s)
boolean contains(java.lang.String s, boolean regexp)
regexp
- whether the given string is a regular expression
or not
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |