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