Uses of Class
java.lang.module.ModuleDescriptor.Exports
| 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.Exports in java.lang.moduleMethods in java.lang.module that return types with arguments of type ModuleDescriptor.Exports Modifier and Type Method Description Set<ModuleDescriptor.Exports>ModuleDescriptor. exports()Returns the set ofExportsobjects representing the exported packages.Methods in java.lang.module with parameters of type ModuleDescriptor.Exports Modifier and Type Method Description intModuleDescriptor.Exports. compareTo(ModuleDescriptor.Exports that)Compares this module export to another.ModuleDescriptor.BuilderModuleDescriptor.Builder. exports(ModuleDescriptor.Exports e)Adds an exported package.