Package com.io7m.quarrel.core
Interface QCommandGroupType
- All Superinterfaces:
QCommandOrGroupType
A named group of commands.
-
Method Summary
Methods inherited from interface com.io7m.quarrel.core.QCommandOrGroupType
isHidden, metadata
-
Method Details
-
commandTree
SortedMap<String,QCommandOrGroupType> commandTree()- Returns:
- The tree of commands and groups within this group
-