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, print
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decode, encode
public static final String ANY
protected void doExecute()
AbstractShellCommand
doExecute
in class AbstractShellCommand
protected SortedMap<Device,List<Group>> getSortedGroups(DeviceService deviceService, GroupService groupService)
deviceService
- device servicegroupService
- group service