Class WorkPlace

java.lang.Object
com.ganteater.ae.RecipeRunner
com.ganteater.ae.desktop.WorkPlace
All Implemented Interfaces:
com.ganteater.ae.RecipeListener
Direct Known Subclasses:
TaskEditor

public class WorkPlace extends com.ganteater.ae.RecipeRunner
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    (package private) class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected JToolBar
     
    protected JLabel
     
    protected String
     
    protected FileDialog
     
    protected JTextField
     

    Fields inherited from class com.ganteater.ae.RecipeRunner

    fConfigNode, manager, RUN_MODE_APPLICATION, RUN_MODE_WEB, STATUS_FAILED, STATUS_SUCCESS
  • Constructor Summary

    Constructors
    Constructor
    Description
    WorkPlace(AEFrame aeFrame, com.ganteater.ae.util.xml.easyparser.Node aConfigNode, Map<String,Object> aSystemVariables)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    aboutTest(String theTaskName, com.ganteater.ae.util.xml.easyparser.Node aCurrentAction)
     
    void
    checkFailure(com.ganteater.ae.CommandException e, com.ganteater.ae.processor.Processor processor)
     
    void
    criticalError(com.ganteater.ae.CommandException aThrowable, com.ganteater.ae.processor.Processor processor)
     
    void
    endTask(boolean aErrorState)
     
     
    com.ganteater.ae.processor.Processor
     
     
    inputFile(File defaultFile, com.ganteater.ae.processor.Processor taskProcessor)
     
    void
    runTest(String aTestFile, com.ganteater.ae.ILogger aLog)
     
    protected void
    setAbout(String theTaskName, com.ganteater.ae.util.xml.easyparser.Node aCurrentAction)
     
    protected void
    setActiveTest(String theActiveTest)
     
    void
    setTestName(String aNameTask)
     
    void
    setTestsFile(String aTestsFile)
     
    void
    startTask(String aNameTask)
     

    Methods inherited from class com.ganteater.ae.RecipeRunner

    changeVariable, closePort, createLog, createPort, errorInformation, exceptionIgnored, getConfigNode, getLogger, getManager, getRunMode, getStatus, getSystemVariables, getTaskNode, getTitle, isNotifyMe, main, makeRecipe, outToFrame, pause, resume, runCommandFrame, runTest, setLog, setProcessor, setProgress, setRunMode, setTaskNode, startChildProcess, startCommand, stopChildProcess, stopTest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • setActiveTest

      protected void setActiveTest(String theActiveTest)
    • startTask

      public void startTask(String aNameTask)
      Specified by:
      startTask in interface com.ganteater.ae.RecipeListener
      Overrides:
      startTask in class com.ganteater.ae.RecipeRunner
    • setTestName

      public void setTestName(String aNameTask)
      Overrides:
      setTestName in class com.ganteater.ae.RecipeRunner
    • endTask

      public void endTask(boolean aErrorState)
      Specified by:
      endTask in interface com.ganteater.ae.RecipeListener
      Overrides:
      endTask in class com.ganteater.ae.RecipeRunner
    • runTest

      public void runTest(String aTestFile, com.ganteater.ae.ILogger aLog)
    • getTestFile

      public String getTestFile()
    • setTestsFile

      public void setTestsFile(String aTestsFile)
    • inputFile

      public String inputFile(File defaultFile, com.ganteater.ae.processor.Processor taskProcessor)
      Overrides:
      inputFile in class com.ganteater.ae.RecipeRunner
    • aboutTest

      public void aboutTest(String theTaskName, com.ganteater.ae.util.xml.easyparser.Node aCurrentAction)
      Specified by:
      aboutTest in interface com.ganteater.ae.RecipeListener
      Overrides:
      aboutTest in class com.ganteater.ae.RecipeRunner
    • setAbout

      protected void setAbout(String theTaskName, com.ganteater.ae.util.xml.easyparser.Node aCurrentAction)
    • criticalError

      public void criticalError(com.ganteater.ae.CommandException aThrowable, com.ganteater.ae.processor.Processor processor)
      Specified by:
      criticalError in interface com.ganteater.ae.RecipeListener
      Overrides:
      criticalError in class com.ganteater.ae.RecipeRunner
    • checkFailure

      public void checkFailure(com.ganteater.ae.CommandException e, com.ganteater.ae.processor.Processor processor)
      Specified by:
      checkFailure in interface com.ganteater.ae.RecipeListener
      Overrides:
      checkFailure in class com.ganteater.ae.RecipeRunner
    • getTaskProcessor

      public com.ganteater.ae.processor.Processor getTaskProcessor()
      Overrides:
      getTaskProcessor in class com.ganteater.ae.RecipeRunner
    • getAeFrame

      public AEFrame getAeFrame()