Uses of Class
org.eclipse.rdf4j.common.app.AppVersion
-
Uses of AppVersion in org.eclipse.rdf4j.common.app
Modifier and TypeMethodDescriptionAppConfiguration.getVersion()
Get the version of the application.static AppVersion
Parses a version string into a Version object.Modifier and TypeMethodDescriptionint
AppVersion.compareTo
(AppVersion other) Compares two version numbers according to their major, minor, patch and milestone version numbers, ordering from oldest to newest version.boolean
AppVersion.newerThan
(AppVersion other) Checks if this version is newer than the specified version, according to the result ofcompareTo(AppVersion)
.boolean
AppVersion.olderThan
(AppVersion other) Checks if this version is older than the specified version, according to the result ofcompareTo(AppVersion)
.final void
AppConfiguration.setVersion
(AppVersion version) Set the version of the application.ModifierConstructorDescriptionAppConfiguration
(String applicationId, String longName, AppVersion version) Create the application configuration.AppConfiguration
(String applicationId, AppVersion version) Create the application configuration.