Package | Description |
---|---|
org.anarres.qemu.exec |
QEmu command line and option models.
|
Modifier and Type | Field and Description |
---|---|
List<QEmuBootOption.BootDevice> |
QEmuBootOption.bootDevices |
Modifier and Type | Method and Description |
---|---|
static QEmuBootOption.BootDevice |
QEmuBootOption.BootDevice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QEmuBootOption.BootDevice[] |
QEmuBootOption.BootDevice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QEmuBootOption(QEmuBootOption.BootDevice... bootDevices) |
Constructor and Description |
---|
QEmuBootOption(List<QEmuBootOption.BootDevice> bootDevices) |