public interface ChangeLogUrgencyParser
A parser for the urgency.
| Modifier and Type | Method and Description | 
|---|---|
ChangeLogUrgency | 
parseChangeLogUrgency(String value,
                     Context context)
 Parses an urgency. 
 | 
ChangeLogUrgency parseChangeLogUrgency(String value, Context context) throws ParseException
Parses an urgency.
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.