Interface CommandInfoExposer
public interface CommandInfoExposer
Interface implemented by generated command wrappers to expose their command info list.
-
Method Summary
Modifier and TypeMethodDescriptionGets the list of command information.
-
Method Details
-
getCommandInfo
List<CommandInfo> getCommandInfo()Gets the list of command information.- Returns:
- the list of command information
-