Uses of Class
java.lang.module.ModuleDescriptor.Opens
Packages that use ModuleDescriptor.Opens
Package
Description
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
-
Uses of ModuleDescriptor.Opens in java.lang.module
Classes in java.lang.module that implement interfaces with type arguments of type ModuleDescriptor.OpensModifier and TypeClassDescriptionstatic final class
A package opened by a module, may be qualified or unqualified.Methods in java.lang.module that return types with arguments of type ModuleDescriptor.OpensModifier and TypeMethodDescriptionModuleDescriptor.opens()
Returns the set ofOpens
objects representing the open packages.Methods in java.lang.module with parameters of type ModuleDescriptor.OpensModifier and TypeMethodDescriptionint
ModuleDescriptor.Opens.compareTo
(ModuleDescriptor.Opens that) Compares this moduleOpens
to another.ModuleDescriptor.Builder.opens
(ModuleDescriptor.Opens obj) Adds an open package.