|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - is the generic type of the value to check.public interface FilterRule<V>
This is the interface for a filter rule. It decides
if a given string is accepted, denied or ignored by this rule.
| Method Summary | |
|---|---|
Boolean |
accept(V string)
This method checks if the given string is accepted, denied or
ignored by this rule. |
| Method Detail |
|---|
Boolean accept(V string)
string is accepted, denied or
ignored by this rule.
string - is the string to check.
true if the file should be accepted,
false if the file should NOT be accepted or
null if this rule does NOT make a decision about the
given string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||