public class HostsListCommand extends AbstractShellCommand
log| Constructor and Description | 
|---|
HostsListCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doExecute()
Body of the shell command. 
 | 
protected List<Host> | 
getSortedHosts(HostService service)
Returns the list of devices sorted using the device ID URIs. 
 | 
protected void | 
printHost(Host host)
Prints information about a host. 
 | 
annotations, annotations, annotations, appId, codec, error, execute, get, getService, jsonForEntity, mapper, outputJson, printclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encodeprotected void doExecute()
AbstractShellCommanddoExecute in class AbstractShellCommandprotected List<Host> getSortedHosts(HostService service)
service - device serviceprotected void printHost(Host host)
host - end-station host