Package | Description |
---|---|
java.lang.module |
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
|
Modifier and Type | Method | Description |
---|---|---|
static ModuleDescriptor.Version |
ModuleDescriptor.Version.parse(String v) |
Parses the given string as a version string.
|
Modifier and Type | Method | Description |
---|---|---|
Optional<ModuleDescriptor.Version> |
ModuleDescriptor.version() |
Returns this module's version.
|
Modifier and Type | Method | Description |
---|---|---|
int |
ModuleDescriptor.Version.compareTo(ModuleDescriptor.Version that) |
Compares this module version to another module version.
|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.version(ModuleDescriptor.Version v) |
Sets the module version.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1