Class XJCommand
java.lang.Object
com.ibm.java.diagnostics.utils.commands.BaseCommand
com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand
com.ibm.jvm.dtfjview.commands.xcommands.XCommand
com.ibm.jvm.dtfjview.commands.xcommands.XJCommand
- All Implemented Interfaces:
ICommand
-
Nested Class Summary
Nested classes/interfaces declared in class BaseJdmpviewCommand
BaseJdmpviewCommand.ArtifactType
-
Field Summary
Fields declared in class XCommand
argDisplayFormat, argUnitNumber, argUnitSize
Fields declared in class BaseJdmpviewCommand
ctx, hexfmt, logger, out
Fields declared in class BaseCommand
COMMAND_FORMAT, config, nl, SUBCOMMAND_FORMAT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
static void
printReferences
(JavaObject jo, PrintStream out) Print the references from the given object.Methods declared in class XCommand
parseArgs, printDetailedHelp, run
Methods declared in class BaseJdmpviewCommand
decodeThreadState, getArtifactType, handleException, initCommand, toHexString, toHexString, toHexString, toHexString, toHexStringAddr, toLong, toString, toString
Methods declared in class BaseCommand
addCommand, addSubCommand, getCommandDescriptions, getCommandNames, getConfig, recognises, setConfig
-
Constructor Details
-
XJCommand
public XJCommand()
-
-
Method Details
-
doCommand
-
printReferences
Print the references from the given object. Omit the first reference: this is always a reference to the object's class.
-