See: Description
Interface | Description |
---|---|
ModuleFinder |
A finder of modules.
|
ModuleReader |
Provides access to the content of a module.
|
Class | Description |
---|---|
Configuration |
The configuration that is the result of resolution or resolution with
service binding.
|
ModuleDescriptor |
A module descriptor.
|
ModuleDescriptor.Builder |
A builder used for building
ModuleDescriptor objects. |
ModuleDescriptor.Exports |
A module export, may be qualified or unqualified.
|
ModuleDescriptor.Provides |
A service that a module provides one or more implementations of.
|
ModuleDescriptor.Requires |
A dependence upon a module
|
ModuleDescriptor.Version |
A module's version string.
|
ModuleReference |
A reference to a module's content.
|
ResolvedModule |
A module in a graph of resolved modules.
|
Enum | Description |
---|---|
ModuleDescriptor.Requires.Modifier |
A modifier on a module dependence.
|
Exception | Description |
---|---|
FindException |
Thrown by module finders when finding a module fails.
|
InvalidModuleDescriptorException |
Thrown when reading a module descriptor and the module descriptor is found
to be malformed or otherwise cannot be interpreted as a module descriptor.
|
ResolutionException |
Thrown when resolving a set of modules or binding fails.
|
Unless otherwise noted, passing a null
argument to a constructor
or method of any class or interface in this package will cause a NullPointerException
to be thrown. Additionally,
invoking a method with an array or collection containing a null
element
will cause a NullPointerException
, unless otherwise specified.
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-9b134-2ubuntu1