Uses of Class
net.ME1312.Galaxi.Library.Version.Version
Package
Description
-
Uses of Version in net.ME1312.Galaxi.Library.Map
Modifier 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 HandleModifier 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 HandleModifier and TypeMethodDescriptionObjectMap.getVersion
(K handle, Version def) Get a Version by HandleModifier 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
Modifier and TypeMethodDescriptionstatic Version
Version.fromString
(String string) Parse a Version from a stringModifier and TypeMethodDescriptionstatic int
Compare Versionsint
Compare Versionsboolean
See if Versions are Equalstatic boolean
See if Versions are EqualModifier 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 CollectionsModifierConstructorDescriptionCreates 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
Modifier 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 Version