Interface WhiteListParser
-
- All Known Implementing Classes:
DefaultWhiteListParser
public interface WhiteListParserInterface for an white list parser. This will take an white list string and parse it into a list of UriFilter rules.- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<UriFilter>parseWhiteList(String whiteList)Parses a list of host name and IP filters into UriFilter objects.
-