Uses of Class
java.lang.module.ModuleDescriptor.Exports
Packages that use ModuleDescriptor.Exports
Package
Description
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
-
Uses of ModuleDescriptor.Exports in java.lang.module
Methods in java.lang.module that return types with arguments of type ModuleDescriptor.ExportsModifier and TypeMethodDescriptionModuleDescriptor.exports()
Returns the set ofExports
objects representing the exported packages.Methods in java.lang.module with parameters of type ModuleDescriptor.ExportsModifier and TypeMethodDescriptionint
ModuleDescriptor.Exports.compareTo
(ModuleDescriptor.Exports that) Compares this module export to another.ModuleDescriptor.Builder.exports
(ModuleDescriptor.Exports e) Adds an exported package.