Class QueryCommand

    • Field Detail

      • helpFile

        protected String[] helpFile
    • Constructor Detail

      • QueryCommand

        public QueryCommand()
    • Method Detail

      • getName

        public String getName()
      • getOneLineDescription

        public String getOneLineDescription()
      • handleOption

        protected void handleOption​(String token,
                                    List<String> tokens)
                             throws Exception
        Handle the -Q, -xQ, --objname, --xobjname, --view --invoke options.
        Overrides:
        handleOption in class AbstractJmxCommand
        Parameters:
        token - - option token to handle
        tokens - - succeeding command arguments
        Throws:
        Exception
      • printHelp

        protected void printHelp()
        Print the help messages for the browse command
        Specified by:
        printHelp in class AbstractCommand