Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Method and Description |
---|---|
Version |
ConcreteModuleSpec.getVersion() |
Version |
Module.getVersion()
Get the module version.
|
static Version |
Version.parse(String v)
Parses the given string as a version string.
|
Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.