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 and Description |
---|---|
ModuleReference |
ResolvedModule.reference()
Returns the reference to the module's content.
|
Modifier and Type | Method and Description |
---|---|
Optional<ModuleReference> |
ModuleFinder.find(String name)
Finds a reference to a module of a given name.
|
Set<ModuleReference> |
ModuleFinder.findAll()
Returns the set of all module references that this finder can locate.
|
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-internal+0-2016-04-29-133312.buildd.src