Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
List<CommandLineParameterInfo> |
CommandLineOptionInfo.parameters |
Modifier and Type | Method and Description |
---|---|
CommandLineParameterInfo |
CommandLineParameterInfo.with_default(String value) |
CommandLineParameterInfo |
CommandLineParameterInfo.withHelp(String value) |
CommandLineParameterInfo |
CommandLineParameterInfo.withName(String value) |
CommandLineParameterInfo |
CommandLineParameterInfo.withType(CommandLineParameterType value) |
Modifier and Type | Method and Description |
---|---|
CommandLineOptionInfo |
CommandLineOptionInfo.withParameters(List<CommandLineParameterInfo> value) |
Constructor and Description |
---|
CommandLineOptionInfo(String option,
List<CommandLineParameterInfo> parameters) |