public class ListLinks extends AbstractShellCommand
| Constructor and Description |
|---|
ListLinks() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute()
Executes this command.
|
protected List<org.onosproject.ui.model.topo.UiElement> |
sorted(Set<? extends org.onosproject.ui.model.topo.UiElement> elements)
Returns the given elements in a list, sorted by string representation
of the identifiers.
|
annotations, annotations, annotations, appId, codec, doExecute, error, get, getService, jsonForEntity, mapper, outputJson, printcheckInterrupted, executeprotected void execute()
AbstractShellCommandexecute in class AbstractShellCommand