Package | Description |
---|---|
org.codehaus.plexus.languages.java.jpms |
Modifier and Type | Method and Description |
---|---|
static JavaModuleDescriptor.JavaRequires.JavaModifier |
JavaModuleDescriptor.JavaRequires.JavaModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaModuleDescriptor.JavaRequires.JavaModifier[] |
JavaModuleDescriptor.JavaRequires.JavaModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<JavaModuleDescriptor.JavaRequires.JavaModifier> |
JavaModuleDescriptor.JavaRequires.modifiers() |
Modifier and Type | Method and Description |
---|---|
JavaModuleDescriptor.Builder |
JavaModuleDescriptor.Builder.requires(Set<JavaModuleDescriptor.JavaRequires.JavaModifier> modifiers,
String name)
Adds a dependence on a module with the given (and possibly empty) set of modifiers.
|
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.