|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStringFilter
A simple interface for abstraction of string matching.
| Field Summary | |
|---|---|
static IStringFilter |
ALL
A predefined filter that matches all strings (but not null). |
static IStringFilter |
NONE
A predefined filter that matches no string at all. |
| Method Summary | |
|---|---|
boolean |
matches(java.lang.String aString)
Returns true if the given string matches the filter otherwise false. |
| Field Detail |
|---|
static final IStringFilter NONE
static final IStringFilter ALL
| Method Detail |
|---|
boolean matches(java.lang.String aString)
aString - Any string or even null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||