| Package | Description | 
|---|---|
| org.jboss.modules | 
 The primary JBoss Modules API. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
static Version | 
VersionDetection.detectVersion(ResourceLoader resourceLoader) | 
 Attempt to guess the version of a resource loader. 
 | 
Version | 
ConcreteModuleSpec.getVersion() | 
|
Version | 
Module.getVersion() | 
 Get the module version. 
 | 
Version | 
ModuleSpec.Builder.getVersion() | 
 Get the version for this module specification, or  
null if none was set. | 
static Version | 
Version.parse(String v) | 
 Parses the given string as a version string. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
int | 
Version.compareTo(Version that) | 
 Compares this module version to another module version. 
 | 
ModuleSpec.Builder | 
ModuleSpec.Builder.setVersion(Version version) | 
 Set the version for this module specification, or  
null to set no version for this module. | 
Copyright © 2022 JBoss by Red Hat. All rights reserved.