public class QEmuBootOption extends AbstractQEmuOption
Modifier and Type | Class and Description |
---|---|
static class |
QEmuBootOption.BootDevice |
QEmuOption.Container
Modifier and Type | Field and Description |
---|---|
List<QEmuBootOption.BootDevice> |
bootDevices |
Boolean |
menu |
Integer |
rebootTimeout |
String |
splashName |
Integer |
splashTime |
Boolean |
strict |
Constructor and Description |
---|
QEmuBootOption(List<QEmuBootOption.BootDevice> bootDevices) |
QEmuBootOption(QEmuBootOption.BootDevice... bootDevices) |
Modifier and Type | Method and Description |
---|---|
void |
appendTo(List<? super String> line) |
QEmuBootOption |
withSplash(String splashName,
int splashTime) |
add, appendTo, appendTo, join
public final List<QEmuBootOption.BootDevice> bootDevices
@CheckForNull public String splashName
@CheckForNull public Integer splashTime
@CheckForNull public Boolean menu
@CheckForNull public Integer rebootTimeout
@CheckForNull public Boolean strict
public QEmuBootOption(List<QEmuBootOption.BootDevice> bootDevices)
public QEmuBootOption(QEmuBootOption.BootDevice... bootDevices)
@Nonnull public QEmuBootOption withSplash(@Nonnull String splashName, @Nonnegative int splashTime)