Uses of Class
net.ME1312.Galaxi.Library.Version.Version
Packages that use Version
Package
Description
-
Uses of Version in net.ME1312.Galaxi.Library.Map
Methods in net.ME1312.Galaxi.Library.Map that return VersionModifier and TypeMethodDescriptionObjectMapValue.asVersion()
Get Object as VersionObjectMap.getVersion
(K handle) Get a Version by HandleObjectMap.getVersion
(K handle, Supplier<Version> def) Get a Version by HandleObjectMap.getVersion
(K handle, Version def) Get a Version by HandleMethods in net.ME1312.Galaxi.Library.Map that return types with arguments of type VersionModifier and TypeMethodDescriptionObjectMapValue.asVersionList()
Get Object as Version ListObjectMap.getVersionList
(K handle) Get a Version List by HandleObjectMap.getVersionList
(K handle, Supplier<? extends List<Version>> def) Get a Version List by HandleObjectMap.getVersionList
(K handle, List<Version> def) Get a Version List by HandleMethods in net.ME1312.Galaxi.Library.Map with parameters of type VersionModifier and TypeMethodDescriptionObjectMap.getVersion
(K handle, Version def) Get a Version by HandleMethod parameters in net.ME1312.Galaxi.Library.Map with type arguments of type VersionModifier and TypeMethodDescriptionObjectMap.getVersion
(K handle, Supplier<Version> def) Get a Version by HandleObjectMap.getVersionList
(K handle, Supplier<? extends List<Version>> def) Get a Version List by HandleObjectMap.getVersionList
(K handle, List<Version> def) Get a Version List by Handle -
Uses of Version in net.ME1312.Galaxi.Library.Version
Methods in net.ME1312.Galaxi.Library.Version that return VersionModifier and TypeMethodDescriptionstatic Version
Version.fromString
(String string) Parse a Version from a stringMethods in net.ME1312.Galaxi.Library.Version with parameters of type VersionModifier and TypeMethodDescriptionstatic int
Compare Versionsint
Compare Versionsboolean
See if Versions are Equalstatic boolean
See if Versions are EqualMethod parameters in net.ME1312.Galaxi.Library.Version with type arguments of type VersionModifier and TypeMethodDescriptionstatic String
Version.toFullString
(Collection<Version> collection) The full toString() method for Collectionsstatic String
Version.toString
(Collection<Version> collection) The default toString() method for CollectionsConstructors in net.ME1312.Galaxi.Library.Version with parameters of type VersionModifierConstructorDescriptionCreates a Version (Appending the parent)Creates a Version (Appending the parent)Version
(Version parent, VersionType type, int... ints) Creates a Version (Appending the parent)Version
(Version parent, VersionType type, String string) Creates a Version (Appending the parent) -
Uses of Version in net.ME1312.Galaxi.Plugin
Methods in net.ME1312.Galaxi.Plugin that return VersionModifier and TypeMethodDescriptionPluginInfo.getBuild()
Get the Plugin's Build VersionPluginInfo.Dependency.getMaxVersion()
Get the maximum allowed version of the DependencyPluginInfo.Dependency.getMinVersion()
Get the minimum required version of the DependencyPluginInfo.getVersion()
Get the Plugin's VersionMethods in net.ME1312.Galaxi.Plugin with parameters of type Version