Package | Description |
---|---|
java.lang.module |
NEW Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
|
Modifier and Type | Method | Description |
---|---|---|
static ModuleDescriptor.Requires.Modifier |
ModuleDescriptor.Requires.Modifier.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ModuleDescriptor.Requires.Modifier[] |
ModuleDescriptor.Requires.Modifier.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Set<ModuleDescriptor.Requires.Modifier> |
ModuleDescriptor.Requires.modifiers() |
Returns the set of modifiers.
|
Modifier and Type | Method | Description |
---|---|---|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.requires(Set<ModuleDescriptor.Requires.Modifier> ms,
String mn) |
Adds a dependence on a module with the given (and possibly empty)
set of modifiers.
|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.requires(Set<ModuleDescriptor.Requires.Modifier> ms,
String mn,
ModuleDescriptor.Version compiledVersion) |
Adds a dependence on a module with the given (and possibly empty)
set of modifiers.
|
Copyright © 1993, 2017, Oracle and/or its affiliates · All rights reserved · License