public class PackageVersionParserImpl extends Object implements PackageVersionParser
A PackageVersionParser implementation.
| Constructor and Description |
|---|
PackageVersionParserImpl()
Creates a parser.
|
| Modifier and Type | Method and Description |
|---|---|
PackageVersion |
parsePackageVersion(String value,
Context context)
Parses the package version.
|
public PackageVersion parsePackageVersion(String value, Context context) throws ParseException
PackageVersionParserParses the package version.
parsePackageVersion in interface PackageVersionParservalue - The value.context - The context.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.