public interface WhitelistConfigurationParser
WhitelistConfigurationParser interface.
| Modifier and Type | Method and Description |
|---|---|
WhitelistConfiguration |
parse(CharSequence value)
parse.
|
WhitelistConfiguration parse(CharSequence value) throws NullPointerException, ParseException
parse.
value - (non null)WhitelistConfiguration instanceNullPointerException - if value is nullParseException - if value is un-parseableCopyright © 2016. All rights reserved.