Package | Description |
---|---|
jdk.tools.jlink | |
jdk.tools.jlink.plugin |
Modifier and Type | Method and Description |
---|---|
static Plugin |
Jlink.newPlugin(String name,
Map<String,String> configuration,
Layer pluginsLayer)
Create a plugin.
|
Modifier and Type | Method and Description |
---|---|
List<Plugin> |
Jlink.PluginsConfiguration.getPlugins() |
Modifier and Type | Method and Description |
---|---|
void |
Jlink.postProcess(ExecutableImage image,
List<Plugin> plugins)
Post process the image with a plugin configuration.
|
Constructor and Description |
---|
PluginsConfiguration(List<Plugin> plugins)
Plugins configuration.
|
PluginsConfiguration(List<Plugin> plugins,
ImageBuilder imageBuilder,
String lastSorterPluginName)
Plugins configuration with a last sorter and an ImageBuilder.
|
PluginsConfiguration(List<Plugin> plugins,
ImageBuilder imageBuilder,
String lastSorterPluginName,
PluginContext ctx)
Plugins configuration with a last sorter and an ImageBuilder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PostProcessorPlugin
Implement this interface to develop a PostProcessor plugin.
|
interface |
TransformerPlugin
Implement this interface to develop a Transformer plugin.
|
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-25-041322.buildd.src