Uses of Class
org.eclipse.rdf4j.common.app.AppVersion
-
Packages that use AppVersion Package Description org.eclipse.rdf4j.common.app -
-
Uses of AppVersion in org.eclipse.rdf4j.common.app
Methods in org.eclipse.rdf4j.common.app that return AppVersion Modifier and Type Method Description AppVersion
AppConfiguration. getVersion()
Get the version of the application.static AppVersion
AppVersion. parse(String versionString)
Parses a version string into a Version object.Methods in org.eclipse.rdf4j.common.app with parameters of type AppVersion Modifier and Type Method Description int
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)
.void
AppConfiguration. setVersion(AppVersion version)
Set the version of the application.Constructors in org.eclipse.rdf4j.common.app with parameters of type AppVersion Constructor Description AppConfiguration(String applicationId, String longName, AppVersion version)
Create the application configuration.AppConfiguration(String applicationId, AppVersion version)
Create the application configuration.
-