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