Uses of Class
com.ibm.java.diagnostics.utils.commands.CommandException
-
-
Uses of CommandException in com.ibm.java.diagnostics.utils.commands
Methods in com.ibm.java.diagnostics.utils.commands that throw CommandException Modifier and Type Method Description void
ICommand. run(String command, String[] args, IContext context, PrintStream out)
Executes the command -
Uses of CommandException in com.ibm.java.diagnostics.utils.plugins
Methods in com.ibm.java.diagnostics.utils.plugins that throw CommandException Modifier and Type Method Description void
PluginLoader. loadPlugins()
ICommand
PluginConfig. newInstance(ClassLoader loader)
void
PluginManager. scanForClassFiles()
-
Uses of CommandException in com.ibm.java.diagnostics.utils.plugins.impl
Methods in com.ibm.java.diagnostics.utils.plugins.impl that throw CommandException Modifier and Type Method Description void
PluginManagerImpl. scanForClassFiles()
Scan the supplied plugin path to find classes set by the plugin search path and then examine the classes to see if any of the correct interfaces and annotations are supported. -
Uses of CommandException in com.ibm.jvm.dtfjview.commands
Methods in com.ibm.jvm.dtfjview.commands that throw CommandException Modifier and Type Method Description boolean
BaseJdmpviewCommand. initCommand(String command, String[] args, IContext context, PrintStream out)
Common processing to initialize the command and make the porting of existing jdmpview commands easier. -
Uses of CommandException in com.ibm.jvm.dtfjview.spi
Methods in com.ibm.jvm.dtfjview.spi that throw CommandException Modifier and Type Method Description void
ISession. setContext(int id)
Set the context within which subsequent commands will be executed.void
ISession. setContext(ICombinedContext switchTo)
Set the context within which subsequent commands will be executed.
-