public interface PackageVersionParser
A parser for the package version.
| Modifier and Type | Method and Description |
|---|---|
PackageVersion |
parsePackageVersion(String value,
Context context)
Parses the package version.
|
PackageVersion parsePackageVersion(String value, Context context) throws ParseException
Parses the package version.
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.