Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9945

Refactor the Command Recorder So That Post Processing Becomes Cleaner

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.M4
    • None
    • forge
    • None

      At this point, a CommandRecorder is responsible for keeping track of all the issued commands and do post processing after the command is executed. At the moment this is done by parsing the output stream and remembering the different commands that are executed. This should be changed in a more elegant solution:

      • a CommandProcessor which keeps track of the commands by processing the 'hidden' input that comes from the runtime
      • a series of PostProcessors that use the information provided in this 'hidden' input to perform the necessary post processing (such as importing project, opening editors, setting focus, etc)

            kaers@redhat.com Koen Aers
            kaers@redhat.com Koen Aers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: