Package | Description |
---|---|
java.lang |
REVISED Provides classes that are fundamental to the design of the Java
programming language.
|
Modifier and Type | Method | Description |
---|---|---|
ModuleLayer.Controller |
ModuleLayer.Controller.addExports(Module source,
String pn,
Module target) |
Updates module
source in the layer to export a package to
module target . |
ModuleLayer.Controller |
ModuleLayer.Controller.addOpens(Module source,
String pn,
Module target) |
Updates module
source in the layer to open a package to
module target . |
ModuleLayer.Controller |
ModuleLayer.Controller.addReads(Module source,
Module target) |
Updates module
source in the layer to read module
target . |
static ModuleLayer.Controller |
ModuleLayer.defineModules(Configuration cf,
List<ModuleLayer> parentLayers,
Function<String,ClassLoader> clf) |
Creates a new module layer by defining the modules in the given
Configuration to the Java virtual machine. |
static ModuleLayer.Controller |
ModuleLayer.defineModulesWithManyLoaders(Configuration cf,
List<ModuleLayer> parentLayers,
ClassLoader parentLoader) |
Creates a new module layer by defining the modules in the given
Configuration to the Java virtual machine. |
static ModuleLayer.Controller |
ModuleLayer.defineModulesWithOneLoader(Configuration cf,
List<ModuleLayer> parentLayers,
ClassLoader parentLoader) |
Creates a new module layer by defining the modules in the given
Configuration to the Java virtual machine. |
Copyright © 1993, 2017, Oracle and/or its affiliates · All rights reserved · License