Class ToolAdapterOp

    • Constructor Detail

      • ToolAdapterOp

        public ToolAdapterOp()
        Constructor.
    • Method Detail

      • setConsumer

        public void setConsumer​(ProcessOutputConsumer consumer)
        Registers a consumer for the tool's output.
        Parameters:
        consumer - the output consumer.
      • setProgressMonitor

        public void setProgressMonitor​(ProgressMonitor monitor)
      • stop

        public void stop()
        Command to isStopped the tool.

        This method is synchronized.

      • setAdapterFolder

        public void setAdapterFolder​(File folder)
      • getErrors

        public List<String> getErrors()
        Gets the list of errors that have been produced during external tool execution
        Returns:
        A list of error messages. The list is empty if no error has occured.
      • getExecutionOutput

        public List<String> getExecutionOutput()
      • getResult

        public Product getResult()