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