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