Uses of Class
java.lang.module.ModuleDescriptor
Packages that use 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.langMethods in java.lang that return ModuleDescriptorModifier and TypeMethodDescriptionModule.getDescriptor()Returns the module descriptor for this module ornullif this module is an unnamed module.
- 
Uses of ModuleDescriptor in java.lang.moduleMethods in java.lang.module that return ModuleDescriptorModifier and TypeMethodDescriptionModuleDescriptor.Builder.build()Builds and returns aModuleDescriptorfrom its components.ModuleReference.descriptor()Returns the module descriptor.static ModuleDescriptorModuleDescriptor.read(InputStream in)Reads the binary form of a module declaration from an input stream as a module descriptor.static ModuleDescriptorModuleDescriptor.read(InputStream in, Supplier<Set<String>> packageFinder)Reads the binary form of a module declaration from an input stream as a module descriptor.static ModuleDescriptorModuleDescriptor.read(ByteBuffer bb)Reads the binary form of a module declaration from a byte buffer as a module descriptor.static ModuleDescriptorModuleDescriptor.read(ByteBuffer bb, Supplier<Set<String>> packageFinder)Reads the binary form of a module declaration from a byte buffer as a module descriptor.Methods in java.lang.module with parameters of type ModuleDescriptorModifier and TypeMethodDescriptionintModuleDescriptor.compareTo(ModuleDescriptor that)Compares this module descriptor to another.Constructors in java.lang.module with parameters of type ModuleDescriptorModifierConstructorDescriptionprotectedModuleReference(ModuleDescriptor descriptor, URI location)Constructs a new instance of this class.