public interface PackagePriorityParser
A parser for the package priority.
Modifier and Type | Method and Description |
---|---|
PackagePriority |
parsePackagePriority(String value,
Context context)
Parses the package priority.
|
PackagePriority parsePackagePriority(String value, Context context) throws ParseException
Parses the package priority.
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.