Uses of Class
java.lang.module.ModuleDescriptor.Opens
| Package | Description | 
|---|---|
| java.lang.module | Classes to support module descriptors and creating configurations of modules
 by means of resolution and service binding. | 
- 
Uses of ModuleDescriptor.Opens in java.lang.moduleMethods in java.lang.module that return types with arguments of type ModuleDescriptor.Opens Modifier and Type Method Description Set<ModuleDescriptor.Opens>ModuleDescriptor. opens()Returns the set ofOpensobjects representing the open packages.Methods in java.lang.module with parameters of type ModuleDescriptor.Opens Modifier and Type Method Description intModuleDescriptor.Opens. compareTo(ModuleDescriptor.Opens that)Compares this module opens to another.ModuleDescriptor.BuilderModuleDescriptor.Builder. opens(ModuleDescriptor.Opens obj)Adds an open package.