Uses of Record Class
is.galia.util.SoftwareVersion
Packages that use SoftwareVersion
Package
Description
Contains the main application class and supporting classes.
Classes for properties associated with an image.
Contains classes related to local plugin management, as well as the
main plugin interface,
Plugin
.Utility classes.
-
Uses of SoftwareVersion in is.galia
Methods in is.galia that return SoftwareVersionModifier and TypeMethodDescriptionstatic SoftwareVersion
Application.getSpecificationVersion()
Returns the application specification (API) version from MANIFEST.MF, or the version from pom.xml if not running from a JAR.static SoftwareVersion
Application.getVersion()
Returns the application version, a.k.a. implementation version, from MANIFEST.MF, or the version from pom.xml if not running from a JAR. -
Uses of SoftwareVersion in is.galia.image
Methods in is.galia.image that return SoftwareVersion -
Uses of SoftwareVersion in is.galia.plugin
Methods in is.galia.plugin that return SoftwareVersionModifier and TypeMethodDescriptiondefault SoftwareVersion
Plugin.getPluginSpecificationVersion()
This default implementation reads theSpecification-Version
fromMETA-INF/MANIFEST.MF
.default SoftwareVersion
Plugin.getPluginVersion()
This default implementation reads theImplementation-Version
fromMETA-INF/MANIFEST.MF
.static SoftwareVersion
PluginManager.getVersion
(String pluginName) Parses the name of the version from the directory of the installed plugin with the given name.Methods in is.galia.plugin with parameters of type SoftwareVersionModifier and TypeMethodDescriptionstatic boolean
Plugin.isCompatible
(SoftwareVersion pluginSpecVersion) Returns whether the given plugin specification version is compatible with that of the application (i.e. whether the plugin is compatible with the application). -
Uses of SoftwareVersion in is.galia.util
Classes in is.galia.util that implement interfaces with type arguments of type SoftwareVersionModifier and TypeClassDescriptionfinal record
Software version supporting n.n.n-qualifier syntax.Methods in is.galia.util that return SoftwareVersionMethods in is.galia.util with parameters of type SoftwareVersionModifier and TypeMethodDescriptionint
SoftwareVersion.compareTo
(SoftwareVersion other) Behaves similarly toisGreaterThan(SoftwareVersion)
except returns0
for equal instances.boolean
SoftwareVersion.isGreaterThan
(SoftwareVersion other)