ModuleLayer.Controller |
ModuleLayer.Controller.addExports(Module source, String pn, Module target) |
レイヤーのモジュールsourceを更新して、パッケージをモジュールtargetにエクスポートします。
|
ModuleLayer.Controller |
ModuleLayer.Controller.addOpens(Module source, String pn, Module target) |
レイヤーのモジュールsourceを更新して、モジュールtargetにパッケージを開きます。
|
ModuleLayer.Controller |
ModuleLayer.Controller.addReads(Module source, Module target) |
レイヤーのモジュールsourceを更新して、モジュールtargetを読み取ります。
|
static ModuleLayer.Controller |
ModuleLayer.defineModules(Configuration cf, List<ModuleLayer> parentLayers, Function<String,ClassLoader> clf) |
指定された Configuration内のモジュールをJava仮想マシンに定義して、新しいモジュール・レイヤーを作成します。
|
static ModuleLayer.Controller |
ModuleLayer.defineModulesWithManyLoaders(Configuration cf, List<ModuleLayer> parentLayers, ClassLoader parentLoader) |
指定された Configuration内のモジュールをJava仮想マシンに定義して、新しいモジュール・レイヤーを作成します。
|
static ModuleLayer.Controller |
ModuleLayer.defineModulesWithOneLoader(Configuration cf, List<ModuleLayer> parentLayers, ClassLoader parentLoader) |
指定された Configuration内のモジュールをJava仮想マシンに定義して、新しいモジュール・レイヤーを作成します。
|