Module openj9.dtfj

Class BaseStructureCommand

  • All Implemented Interfaces:
    ICommand
    Direct Known Subclasses:
    StructureCommand

    public abstract class BaseStructureCommand
    extends Object
    implements ICommand
    Base class for structure formatting commands
    • Constructor Detail

      • BaseStructureCommand

        public BaseStructureCommand()
    • 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 -