Uses of Class
com.vaadin.flow.internal.FrontendVersion
Packages that use FrontendVersion
-
Uses of FrontendVersion in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return FrontendVersionModifier and TypeMethodDescriptionstatic FrontendVersionFrontendUtils.getPackageVersionFromJson(tools.jackson.databind.JsonNode sourceJson, String pkg, String versionOrigin) Tries to parse the given package's frontend version or if it doesn't exist, returnsnull.static FrontendVersionFrontendUtils.getVersion(String tool, List<String> versionCommand) Gets the version of a frontend tool by executing a version command and parsing the output.static FrontendVersionFrontendUtils.parseFrontendVersion(String versionString) Parse the version number of node/npm from version output string.Methods in com.vaadin.flow.internal with parameters of type FrontendVersionModifier and TypeMethodDescriptionintFrontendVersion.compareTo(FrontendVersion other) Compare version numbers and return order as -1, 0 and 1.Platform.getNodeClassifier(FrontendVersion nodeVersion) Get the node classifier for current platform.booleanFrontendVersion.isEqualOrNewer(FrontendVersion otherVersion) Check if this version is equal or newer than given version.booleanFrontendVersion.isEqualTo(FrontendVersion otherVersion) Check if this and the given version are equal to each other.booleanFrontendVersion.isNewerThan(FrontendVersion otherVersion) Check if this version is newer than given version.booleanFrontendVersion.isOlderThan(FrontendVersion otherVersion) Check if this version is older than given version.