Package | Description |
---|---|
com.redhat.thermostat.client.cli | |
com.redhat.thermostat.common.cli | |
com.redhat.thermostat.tools.dependency |
Modifier and Type | Method and Description |
---|---|
static AgentArgument |
AgentArgument.optional(Arguments args) |
static VmArgument |
VmArgument.optional(Arguments args) |
static FileNameArgument |
FileNameArgument.optional(Arguments args) |
static AgentArgument |
AgentArgument.required(Arguments args) |
static VmArgument |
VmArgument.required(Arguments args) |
static FileNameArgument |
FileNameArgument.required(Arguments args) |
Modifier and Type | Class and Description |
---|---|
class |
CommandLineArgumentParseException |
class |
InvalidSubcommandException |
class |
SubcommandExpectedException |
Modifier and Type | Method and Description |
---|---|
<T> T |
DependencyServices.getRequiredService(Class<T> serviceClass) |
<T> T |
DependencyServices.getRequiredService(Class<T> serviceClass,
LocalizedString message) |
void |
AbstractCommand.requireNonNull(Object obj,
LocalizedString message) |
void |
Command.run(CommandContext ctx)
Execute the command.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyAnalyzerCommand.run(CommandContext ctx) |
Copyright © 2017. All rights reserved.