Interface Filter
-
@Role public interface Filter
This component defines a filter to be used by alterers. It defines a set of accepted characters.- Since:
- 2.3M1
- Version:
- $Id: 64fcab510b18809117bc77d6a642f726ff370eac $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(Character c)
-
-
-
Method Detail
-
accept
boolean accept(Character c)
- Parameters:
c
- the character to test- Returns:
true
if the character is accepted,false
otherwise.
-
-