public class GroupsListCommand extends AbstractShellCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
ANY |
log| Constructor and Description |
|---|
GroupsListCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute()
Body of the shell command.
|
protected SortedMap<Device,List<Group>> |
getSortedGroups(DeviceService deviceService,
GroupService groupService)
Returns the list of devices sorted using the device ID URIs.
|
annotations, annotations, annotations, appId, codec, error, execute, get, getService, jsonForEntity, mapper, outputJson, printclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encodepublic static final String ANY
protected void doExecute()
AbstractShellCommanddoExecute in class AbstractShellCommandprotected SortedMap<Device,List<Group>> getSortedGroups(DeviceService deviceService, GroupService groupService)
deviceService - device servicegroupService - group service