public interface ICommandLibrary
Modifier and Type | Method and Description |
---|---|
java.util.List<ICommandDescriptor> |
getCommandDescriptors()
Get the list of CommandDescriptors defining the commands implemented by the
library.
|
boolean |
invokeCommand(java.lang.String command,
java.lang.Object arguments)
Invoke a command.
|
java.util.List<ICommandDescriptor> getCommandDescriptors()
boolean invokeCommand(java.lang.String command, java.lang.Object arguments)
command
- Name of command to invoke.arguments
- Arguments to command.Submit a bug or feature
Copyright (c) 2013-2019 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.