Package org.apache.rat.header
Interface CharFilter
-
- All Known Implementing Classes:
ArrayCharFilter
interface CharFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFilteredOut(char character)
Is the given character filtered out?
-