public class Greater extends Object implements Expression
| Modifier and Type | Method and Description |
|---|---|
Version |
getParsedVersion() |
boolean |
interpret(Version version)
Checks if the current version is greater than the parsed version.
|
public boolean interpret(Version version)
interpret in interface Expressionversion - the version to compare to, the left-hand operand of the "greater than" operatortrue if the version is greater than the parsed version or false
otherwisepublic Version getParsedVersion()
Copyright © 2016. All rights reserved.