Package bi.deep.filtering.steps
Interface FilterStep
-
- All Known Implementing Classes:
AllowedFilter
,BlockFilter
,RegexFilter
,StartsWithFilter
public interface FilterStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrinaryBool
filter(String value)
boolean
isEnabled()
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
filter
TrinaryBool filter(String value)
-
-