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<org.onosproject.net.Host> |
getSortedHosts(org.onosproject.net.host.HostService service)
Returns the list of devices sorted using the device ID URIs.
|
protected void |
printHost(org.onosproject.net.Host host)
Prints information about a host.
|
annotations, annotations, annotations, appId, codec, error, execute, get, getService, jsonForEntity, mapper, outputJson, printprotected void doExecute()
AbstractShellCommanddoExecute in class AbstractShellCommandprotected List<org.onosproject.net.Host> getSortedHosts(org.onosproject.net.host.HostService service)
service - device serviceprotected void printHost(org.onosproject.net.Host host)
host - end-station host