Interface | Description |
---|---|
LinkModule |
Link-time representation of a Java module.
|
ModuleEntry |
A ModuleEntry is the elementary unit of data inside an image.
|
ModulePool |
Pool of module data.
|
Plugin |
Base interface that jlink plugins should implement.
|
Enum | Description |
---|---|
ModuleEntry.Type |
Type of module data.
|
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.
METAINFO_ADDER: Added meta info (like release, copyright etc.)
VERIFIER: Does some image verification.
PROCESSOR: Does some post processing on image.
PACKAGER: Final processing
|
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.
|
Exception | Description |
---|---|
PluginException |
An unchecked exception thrown by jlink plugin API for unrecoverable
conditions.
|
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-ea+126