Package | Description |
---|---|
jdk.tools.jlink | |
jdk.tools.jlink.builder | |
jdk.tools.jlink.plugin |
Class and Description |
---|
ExecutableImage
An executable runtime image.
|
Plugin
Base interface that jlink plugins should implement.
|
PluginContext
Interface to plugin (container) context.
|
Class and Description |
---|
ExecutableImage
An executable runtime image.
|
Pool
Pool of module data.
|
Class and Description |
---|
ExecutableImage
An executable runtime image.
|
Plugin
Base interface that jlink plugins should implement.
|
Plugin.CATEGORY
Order of categories:
FILTER: Filter in/out resources or files.
TRANSFORMER: Transform resources or files(eg: refactoring, bytecode
manipulation).
MODULEINFO_TRANSFORMER: Transform only module-info.class
SORTER: Sort resources within the resource container.
COMPRESSOR: Compress resource within the resouce containers.
VERIFIER: Does some image verification.
PROCESSOR: Does some post processing on image.
PACKAGER: Final processing
|
Plugin.PluginType
Type of plugin.
|
Plugin.STATE
Plugin state:
DISABLED: The plugin is not exposed in help and will be not called.
AUTO_ENABLED: The plugin is enabled by default.
|
PluginContext
Interface to plugin (container) context.
|
Pool
Pool of module data.
|
Pool.Module
A module in the pool.
|
Pool.ModuleData
A ModuleData is the elementary unit of data inside an image.
|
Pool.ModuleDataType
Type of module data.
|
Pool.Visitor
Interface to visit the content of a Pool.
|
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-22-203349.buildd.src