Uses of Class
org.jboss.modules.Version
Packages that use Version
-
Uses of Version in org.jboss.modules
Methods in org.jboss.modules that return VersionModifier and TypeMethodDescriptionstatic Version
VersionDetection.detectVersion
(ResourceLoader resourceLoader) Attempt to guess the version of a resource loader.ConcreteModuleSpec.getVersion()
Module.getVersion()
Get the module version.ModuleSpec.Builder.getVersion()
Get the version for this module specification, ornull
if none was set.static Version
Parses the given string as a version string.Methods in org.jboss.modules with parameters of type VersionModifier and TypeMethodDescriptionint
Compares this module version to another module version.ModuleSpec.Builder.setVersion
(Version version) Set the version for this module specification, ornull
to set no version for this module.