Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.ModuleLayer
Packages that use ModuleLayer
Provides classes that are fundamental to the design of the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Methods in java.lang that return ModuleLayer
Module.getLayer()
Returns the module layer that contains this module or null if this module is not in a module layer.
ModuleLayer.boot()
Returns the boot layer.
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
ModuleLayer.empty()
Returns the empty layer.
ModuleLayer.Controller.layer()
Returns the layer that this object controls.
Methods in java.lang that return types with arguments of type ModuleLayer
ModuleLayer.parents()
Returns an unmodifiable list of this layer's parents, in search order.
Method parameters in java.lang with type arguments of type ModuleLayer
Creates a new module layer by defining the modules in the given Configuration to the Java virtual machine.
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.
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.
Methods in java.util with parameters of type ModuleLayer
static <S> ServiceLoader<S>
ServiceLoader.load(ModuleLayer layer, Class<S> service)
Creates a new service loader for the given service type to load service providers from modules in the given module layer and its ancestors.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz