Class CommandDumperHandler

    • Constructor Detail

      • CommandDumperHandler

        public CommandDumperHandler()
    • Method Detail

      • setSuccessfulDir

        public void setSuccessfulDir​(PlaceholderDirectory value)
        Sets the directory for successful commands.
        Parameters:
        value - the dir
      • getSuccessfulDir

        public PlaceholderDirectory getSuccessfulDir()
        Returns the directory for successful commands.
        Returns:
        the dir
      • successfulDirTipText

        public String successfulDirTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setFailedDir

        public void setFailedDir​(PlaceholderDirectory value)
        Sets the directory for failed commands.
        Parameters:
        value - the dir
      • getFailedDir

        public PlaceholderDirectory getFailedDir()
        Returns the directory for failed commands.
        Returns:
        the dir
      • failedDirTipText

        public String failedDirTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • commandProcessorTipText

        public String commandProcessorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • responseFailed

        public void responseFailed​(RemoteCommand cmd,
                                   String msg)
        Handles failed responses.
        Specified by:
        responseFailed in interface ResponseHandler
        Parameters:
        cmd - the command with the response
        msg - message, can be null