Uses of Enum
org.codehaus.plexus.languages.java.jpms.JavaModuleDescriptor.JavaRequires.JavaModifier
-
Uses of JavaModuleDescriptor.JavaRequires.JavaModifier in org.codehaus.plexus.languages.java.jpms
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.JavaModuleDescriptor.JavaRequires.JavaModifier.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionJavaModuleDescriptor.Builder.requires
(Set<JavaModuleDescriptor.JavaRequires.JavaModifier> modifiers, String name) Adds a dependence on a module with the given (and possibly empty) set of modifiers.