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 VersionVersionDetection.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, ornullif none was set.static VersionParses the given string as a version string.Methods in org.jboss.modules with parameters of type VersionModifier and TypeMethodDescriptionintCompares this module version to another module version.ModuleSpec.Builder.setVersion(Version version) Set the version for this module specification, ornullto set no version for this module.