Modifier and Type | Field and Description |
---|---|
public static final String | |
public static final String | |
public static final String | |
public static final String | |
private StringSharingPlugin | |
private ZipPlugin |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | configure(Map<String, String>
The plugin configuration. config)Overrides default jdk. Configure the plugin based on the passed configuration. |
public Plugin. | |
public boolean | hasArguments()
Overrides default jdk. Has this plugin require one or more arguments? |
public void | previsit(ResourcePool
Read only resources. resources, StringTable StringTable instance. Add string to the StringTable to track string
usage. strings)Implements jdk. Previsit the collection of resources. |
public ResourcePool | transform(ResourcePool
Read only content. in, ResourcePoolBuilder The pool to fill with content. This pool must contain
the result of the visit. out)Implements jdk. Visit the content of the modules that are composing the image. |
FILTER | back to summary |
---|---|
public static final String FILTER |
LEVEL_0 | back to summary |
---|---|
public static final String LEVEL_0 |
LEVEL_1 | back to summary |
---|---|
public static final String LEVEL_1 |
LEVEL_2 | back to summary |
---|---|
public static final String LEVEL_2 |
ss | back to summary |
---|---|
private StringSharingPlugin ss |
zip | back to summary |
---|---|
private ZipPlugin zip |
DefaultCompressPlugin | back to summary |
---|---|
public DefaultCompressPlugin() |
configure | back to summary |
---|---|
public void configure(Map<String, String> config) Overrides default jdk. Doc from jdk. Configure the plugin based on the passed configuration. This method is called prior to invoke the plugin. |
getType | back to summary |
---|---|
public Plugin. Overrides default jdk. Doc from jdk. The type of this plugin. |
hasArguments | back to summary |
---|---|
public boolean hasArguments() Overrides default jdk. Doc from jdk. Has this plugin require one or more arguments?
A plugin can have one or more optional arguments.
--plugin-option=arg_valueIf there are more than arguments, command line option looks like: --plugin-option=arg_value:arg2=value2:arg3=value3...
|
previsit | back to summary |
---|---|
public void previsit(ResourcePool resources, StringTable strings) Implements jdk. Doc from jdk. Previsit the collection of resources.
|
transform | back to summary |
---|---|
public ResourcePool transform(ResourcePool in, ResourcePoolBuilder out) Implements jdk. Doc from jdk. Visit the content of the modules that are composing the image.
|