Package | Description |
---|---|
com.vaadin.flow.server.frontend |
Modifier and Type | Method and Description |
---|---|
int |
FrontendVersion.compareTo(FrontendVersion other)
Compare version numbers and return order as -1, 0 and 1.
|
boolean |
FrontendVersion.isEqualTo(FrontendVersion otherVersion)
Check if this and the given version are equal to each other.
|
boolean |
FrontendVersion.isNewerThan(FrontendVersion otherVersion)
Check if this version is newer than given version.
|
boolean |
FrontendVersion.isOlderThan(FrontendVersion otherVersion)
Check if this version is older than given version.
|
Copyright © 2020. All rights reserved.