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
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.