| Package | Description |
|---|---|
| com.redhat.thermostat.common.cli |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand
A partial implementation of
Command that most implementations should
extend. |
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) |
Copyright © 2015. All rights reserved.