V - is the generic type of the value to check.public interface FilterRule<V>
decides if a given string is accepted,
denied or ignored by this rule.| Modifier and Type | Method and Description |
|---|---|
Boolean |
accept(V string)
This method checks if the given
string is accepted, denied or ignored by this rule. |
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.Copyright © 2001–2015 mmm-Team. All rights reserved.