Uses of Interface
org.apache.rat.header.CharFilter
-
Packages that use CharFilter Package Description org.apache.rat.header -
-
Uses of CharFilter in org.apache.rat.header
Classes in org.apache.rat.header that implement CharFilter Modifier and Type Class Description (package private) class
ArrayCharFilter
Fields in org.apache.rat.header declared as CharFilter Modifier and Type Field Description private CharFilter
FilteringSequenceFactory. filter
Constructors in org.apache.rat.header with parameters of type CharFilter Constructor Description FilteringSequenceFactory(int capacity, CharFilter filter)
FilteringSequenceFactory(CharFilter filter)
HeaderMatcher(CharFilter filter, int capacity)
HeaderMatcher(CharFilter filter, int capacity, HeaderBean[] headers)
-