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