public abstract class ExecutableImage extends Object
Modifier | Constructor and Description |
---|---|
protected |
ExecutableImage(Path home,
Set<String> modules,
List<String> args) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getExecutionArgs()
The list of arguments required to execute the image.
|
Path |
getHome()
Image home directory,
|
Set<String> |
getModules()
The names of the modules located in the image.
|
abstract void |
storeLaunchArgs(List<String> args)
Store new arguments required to execute the image.
|
public Path getHome()
public Set<String> getModules()
public List<String> getExecutionArgs()
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-03-31-172659.buildd.src