Class StructureCommand
java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.BaseStructureCommand
com.ibm.j9ddr.vm29.tools.ddrinteractive.StructureCommand
- All Implemented Interfaces:
ICommand
VM-specific half of the structure formatter.
-
Nested Class Summary
Nested classes/interfaces declared in class BaseStructureCommand
BaseStructureCommand.DefaultStructureFormatter -
Constructor Summary
Constructors -
Method Summary
Methods declared in class BaseStructureCommand
getCommandDescriptions, getCommandNames, recognises, registerDefaultStructureFormatter, registerFieldFormatter, registerStructureFormatter, runModifier and TypeMethodDescriptionfinal Collection<String> final booleanrecognises(String command, Context context) Method used by the DDR Interactive engine to decide whether this command matches the command passed in by the userprotected voidInserts supplied structure formatter at the end of the list.protected voidregisterFieldFormatter(IFieldFormatter formatter) Inserts supplied field formatter at the head of the list.protected voidregisterStructureFormatter(IStructureFormatter formatter) Inserts supplied structure formatter at the head of the list.final voidrun(String command, String[] args, Context context, PrintStream out) Executes the command
-
Constructor Details
-
StructureCommand
public StructureCommand()
-