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