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 propertiesPluginExceptiondefault void storeFiles(Pool content, String bom)
content - Pool of module content.bom - The options used to build the image file.PluginExceptionDataOutputStream getJImageOutputStream()
PluginExceptionExecutableImage getExecutableImage()
PluginException
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-14-195246.buildd.src