Uses of Class
org.eclipse.rdf4j.common.app.AppVersion
Packages that use AppVersion
-
Uses of AppVersion in org.eclipse.rdf4j.common.app
Methods in org.eclipse.rdf4j.common.app that return AppVersionModifier and TypeMethodDescriptionAppConfiguration.getVersion()
Get the version of the application.static AppVersion
Parses a version string into a Version object.Methods in org.eclipse.rdf4j.common.app with parameters of type AppVersionModifier 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.Constructors in org.eclipse.rdf4j.common.app with parameters of type AppVersionModifierConstructorDescriptionAppConfiguration
(String applicationId, String longName, AppVersion version) Create the application configuration.AppConfiguration
(String applicationId, AppVersion version) Create the application configuration.