Uses of Interface
com.ibm.java.diagnostics.utils.commands.ICommand
-
Packages that use ICommand Package Description com.ibm.java.diagnostics.utils com.ibm.java.diagnostics.utils.commands com.ibm.java.diagnostics.utils.plugins -
-
Uses of ICommand in com.ibm.java.diagnostics.utils
Fields in com.ibm.java.diagnostics.utils declared as ICommand Modifier and Type Field Description protected ICommand
Context. lastExecutedCommand
Fields in com.ibm.java.diagnostics.utils with type parameters of type ICommand Modifier and Type Field Description protected ArrayList<ICommand>
Context. commands
protected ArrayList<ICommand>
Context. globalCommands
Methods in com.ibm.java.diagnostics.utils that return ICommand Modifier and Type Method Description ICommand
IContext. getLastExecutedCommand()
The last command which was successfully executed by the context.Methods in com.ibm.java.diagnostics.utils that return types with arguments of type ICommand Modifier and Type Method Description List<ICommand>
IContext. getCommands()
Returns a list of commands which are available for this context -
Uses of ICommand in com.ibm.java.diagnostics.utils.commands
Classes in com.ibm.java.diagnostics.utils.commands that implement ICommand Modifier and Type Class Description class
BaseCommand
Base command which supplies basic support.class
PluginCommand
Command which allows control of the loaded pluginsclass
QuitCommand
Command to quit out of the interactive command parser -
Uses of ICommand in com.ibm.java.diagnostics.utils.plugins
Methods in com.ibm.java.diagnostics.utils.plugins that return ICommand Modifier and Type Method Description ICommand
PluginConfig. newInstance(ClassLoader loader)
-