- java.lang.Object
-
- com.ibm.j9ddr.tools.ddrinteractive.BaseStructureCommand
-
- All Implemented Interfaces:
ICommand
- Direct Known Subclasses:
StructureCommand
public abstract class BaseStructureCommand extends Object implements ICommand
Base class for structure formatting commands
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
BaseStructureCommand.DefaultStructureFormatter
-
Constructor Summary
Constructors Constructor Description BaseStructureCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
registerDefaultStructureFormatter(IStructureFormatter formatter)
Inserts supplied structure formatter at the end of the list.protected void
registerFieldFormatter(IFieldFormatter formatter)
Inserts supplied field formatter at the head of the list.protected void
registerStructureFormatter(IStructureFormatter formatter)
Inserts supplied structure formatter at the head of the list.-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.tools.ddrinteractive.ICommand
getCommandDescriptions, getCommandNames, recognises, run
-
-
-
-
Method Detail
-
registerFieldFormatter
protected void registerFieldFormatter(IFieldFormatter formatter)
Inserts supplied field formatter at the head of the list.- Parameters:
formatter
-
-
registerStructureFormatter
protected void registerStructureFormatter(IStructureFormatter formatter)
Inserts supplied structure formatter at the head of the list.- Parameters:
formatter
-
-
registerDefaultStructureFormatter
protected void registerDefaultStructureFormatter(IStructureFormatter formatter)
Inserts supplied structure formatter at the end of the list.- Parameters:
formatter
-
-
-