Uses of Enum Class
java.lang.module.ModuleDescriptor.Opens.Modifier
Package
Description
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
-
Uses of ModuleDescriptor.Opens.Modifier in java.lang.module
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ModuleDescriptor.Opens.Modifier[]
ModuleDescriptor.Opens.Modifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionModuleDescriptor.Opens.modifiers()
Returns the set of modifiers.Modifier and TypeMethodDescriptionModuleDescriptor.Builder.opens
(Set<ModuleDescriptor.Opens.Modifier> ms, String pn) Adds an open package with the given (and possibly empty) set of modifiers.ModuleDescriptor.Builder.opens
(Set<ModuleDescriptor.Opens.Modifier> ms, String pn, Set<String> targets) Adds an open package with the given (and possibly empty) set of modifiers.