-
public final class BlockFilter
-
-
Constructor Summary
Constructors Constructor Description BlockFilter()
-
Method Summary
Modifier and Type Method Description final HashSet<String>getAllow()final UnitsetAllow(@Expose() HashSet<String> allow)final HashSet<String>getDisallow()final UnitsetDisallow(@Expose() HashSet<String> disallow)final BooleanisDisallowed(Node node)final BooleanisAllowed(Node node)StringtoString()-
-
Method Detail
-
getDisallow
final HashSet<String> getDisallow()
-
setDisallow
final Unit setDisallow(@Expose() HashSet<String> disallow)
-
isDisallowed
final Boolean isDisallowed(Node node)
-
-
-
-