public interface PackageVersionRelationOperatorParser
A parser for the relation operator.
| Modifier and Type | Method and Description |
|---|---|
PackageVersionRelationOperator |
parsePackageVersionRelationOperator(String value)
Parses the relation operator.
|
PackageVersionRelationOperator parsePackageVersionRelationOperator(String value) throws ParseException
Parses the relation operator.
value - The value.IllegalArgumentException - If the value is null.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.