- java.lang.Object
-
- com.ibm.java.diagnostics.utils.commands.BaseCommand
-
- com.ibm.java.diagnostics.utils.commands.PluginCommand
-
- All Implemented Interfaces:
ICommand
public class PluginCommand extends BaseCommand
Command which allows control of the loaded plugins
-
-
Field Summary
-
Fields declared in class com.ibm.java.diagnostics.utils.commands.BaseCommand
COMMAND_FORMAT, config, nl, SUBCOMMAND_FORMAT
-
-
Constructor Summary
Constructors Constructor Description PluginCommand()
-
Method Summary
-
Methods declared in class com.ibm.java.diagnostics.utils.commands.BaseCommand
addCommand, addSubCommand, setConfig
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.java.diagnostics.utils.commands.ICommand
getCommandDescriptions, getCommandNames, getConfig, recognises, run
-
-