public interface EssentialParser
A parser for the essential flag.
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
parseEssential(String value,
              Context context)
 Parses an essential flag. 
 | 
Boolean parseEssential(String value, Context context) throws ParseException
Parses an essential flag.
value - The value.context - The context.IllegalArgumentException - If any of the parameters are null.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.