Uses of Class
java.lang.module.ModuleDescriptor
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
-
Uses of ModuleDescriptor in java.lang
Modifier and TypeMethodDescriptionModule.getDescriptor()
Returns the module descriptor for this module ornull
if this module is an unnamed module. -
Uses of ModuleDescriptor in java.lang.module
Modifier and TypeMethodDescriptionModuleDescriptor.Builder.build()
Builds and returns aModuleDescriptor
from its components.final ModuleDescriptor
ModuleReference.descriptor()
Returns the module descriptor.static ModuleDescriptor
ModuleDescriptor.read
(InputStream in) Reads the binary form of a module declaration from an input stream as a module descriptor.static ModuleDescriptor
ModuleDescriptor.read
(InputStream in, Supplier<Set<String>> packageFinder) Reads the binary form of a module declaration from an input stream as a module descriptor.static ModuleDescriptor
ModuleDescriptor.read
(ByteBuffer bb) Reads the binary form of a module declaration from a byte buffer as a module descriptor.static ModuleDescriptor
ModuleDescriptor.read
(ByteBuffer bb, Supplier<Set<String>> packageFinder) Reads the binary form of a module declaration from a byte buffer as a module descriptor.Modifier and TypeMethodDescriptionint
ModuleDescriptor.compareTo
(ModuleDescriptor that) Compares this module descriptor to another.ModifierConstructorDescriptionprotected
ModuleReference
(ModuleDescriptor descriptor, URI location) Constructs a new instance of this class.