Package | Description |
---|---|
com.redhat.thermostat.common.cli | |
com.redhat.thermostat.tools.dependency |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommand
A partial implementation of
Command that most implementations should
extend. |
class |
AbstractCompleterCommand
An abstract class to help with implementing commands which also provide tab completions for arguments and sub-
commands within Thermostat shell.
|
class |
AbstractStateNotifyingCommand
Abstract
Command implementation including all the default functionality of
AbstractCommand , but also contains an ActionNotifier
so that concrete implementations of this class can use this to provide updates with regards
to their runtime status to other components. |
Modifier and Type | Method and Description |
---|---|
void |
CommandRegistry.registerCommand(String name,
Command cmd) |
void |
CommandRegistryImpl.registerCommand(String name,
Command cmd) |
Modifier and Type | Class and Description |
---|---|
class |
DependencyAnalyzerCommand |
Copyright © 2017. All rights reserved.