public class Less extends Object implements Expression
| Modifier and Type | Method and Description |
|---|---|
Version |
getParsedVersion() |
boolean |
interpret(Version version)
Checks if the current version is less than 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" operatortrue if the version is less than the parsed version or false otherwisepublic Version getParsedVersion()
Copyright © 2016. All rights reserved.