Uses of Interface
com.ibm.java.diagnostics.utils.commands.ICommand
Packages that use ICommand
Package
Description
-
Uses of ICommand in com.ibm.java.diagnostics.utils
Fields in com.ibm.java.diagnostics.utils declared as ICommandFields in com.ibm.java.diagnostics.utils with type parameters of type ICommandMethods in com.ibm.java.diagnostics.utils that return ICommandModifier and TypeMethodDescriptionContext.getLastExecutedCommand()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 ICommandModifier and TypeMethodDescriptionContext.getCommands()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 ICommandModifier and TypeClassDescriptionclassBase command which supplies basic support.classCommand which allows control of the loaded pluginsclassCommand 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