public interface ImageBuilder
Modifier and Type | Method and Description |
---|---|
ExecutableImage |
getExecutableImage()
Gets the executable image that is generated.
|
DataOutputStream |
getJImageOutputStream()
The OutputStream to store the jimage file.
|
default void |
storeFiles(Pool content,
String bom)
Store the external files.
|
default void |
storeFiles(Pool content,
String bom,
Properties release)
Store the external files.
|
default void storeFiles(Pool content, String bom, Properties release)
content
- Pool of module content.bom
- The options used to build the image file.release
- the release propertiesPluginException
default void storeFiles(Pool content, String bom)
content
- Pool of module content.bom
- The options used to build the image file.PluginException
DataOutputStream getJImageOutputStream()
PluginException
ExecutableImage getExecutableImage()
PluginException
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-29-133312.buildd.src