Java java.lang Module fields, constructors, methods, implement or subclass

Example usage for Java java.lang Module fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang Module.

The text is from its open source code.

Subclass

java.lang.Module has subclasses.
Click this link to see all its subclasses.

Implementation

java.lang.Module has the following implementations.
Click this link to see all its implementation.

Field

Stringname

Constructor

Module
Module(ClassLoader loader)
Create the unnamed Module for the given ClassLoader.
Module(ModuleLayer layer, ClassLoader loader, ModuleDescriptor descriptor, URI uri)
Creates a new named Module.
Module(ClassLoader loader, ModuleDescriptor descriptor)
Creates a named module but without defining the module to the VM.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ClassgetClass()
Returns the runtime class of this Object .
ModuleDescriptorgetDescriptor()
Returns the module descriptor for this module or null if this module is an unnamed module.
StringgetName()
Returns the module name or null if this module is an unnamed module.
StringtoString()
Returns the string representation of this module.