Module openj9.dtfj

Class FlatObjectCommand

  • All Implemented Interfaces:
    ICommand

    public class FlatObjectCommand
    extends Command
    FlatObjectCommand Displays all the fields of a j9object. If a field is nested, all of its fields are displayed as well. Nested fields are indented by one tab space.
    • Constructor Detail

      • FlatObjectCommand

        public FlatObjectCommand()
    • Method Detail

      • run

        public void run​(String command,
                        String[] args,
                        Context context,
                        PrintStream out)
                 throws DDRInteractiveCommandException
        The method runs the flatobject command. If the first element of args is not empty this command will start printing fields at a nested member and not the container.
        Parameters:
        command - command name
        args - string array of args.
        context - ddrinteractive context
        out - output stream
        Throws:
        DDRInteractiveCommandException - If there is any problem running the command (incorrect usage, CorruptData etc.)