Class ShowCommand
java.lang.Object
com.ibm.java.diagnostics.utils.commands.BaseCommand
com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand
com.ibm.jvm.dtfjview.commands.SimpleRedirectorCommand
com.ibm.jvm.dtfjview.commands.showcommands.ShowCommand
-
Nested Class Summary
Nested classes/interfaces declared in class com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand
BaseJdmpviewCommand.ArtifactType
-
Field Summary
Fields declared in class com.ibm.jvm.dtfjview.commands.SimpleRedirectorCommand
SUB_CMD_FORMAT
Fields declared in class com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand
ctx, hexfmt, logger, out
Fields declared in class com.ibm.java.diagnostics.utils.commands.BaseCommand
COMMAND_FORMAT, config, nl, SUBCOMMAND_FORMAT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
Get the base command name which triggers this routingvoid
Print detailed help for a given commandMethods declared in class com.ibm.jvm.dtfjview.commands.SimpleRedirectorCommand
run
Methods declared in class com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand
decodeThreadState, getArtifactType, handleException, initCommand, toHexString, toHexString, toHexString, toHexString, toHexStringAddr, toLong, toString, toString
Methods declared in class com.ibm.java.diagnostics.utils.commands.BaseCommand
addCommand, addSubCommand, getCommandDescriptions, getCommandNames, getConfig, recognises, setConfig
-
Constructor Details
-
ShowCommand
public ShowCommand()
-
-
Method Details
-
printDetailedHelp
Description copied from class:BaseJdmpviewCommand
Print detailed help for a given command- Specified by:
printDetailedHelp
in classBaseJdmpviewCommand
- Parameters:
out
- stream to write the output to
-
getCmdName
Description copied from class:SimpleRedirectorCommand
Get the base command name which triggers this routing- Specified by:
getCmdName
in classSimpleRedirectorCommand
- Returns:
-