Class Python

java.lang.Object
com.ganteater.ae.TemplateProcessor
com.ganteater.ae.processor.Processor
com.ganteater.ae.processor.BaseProcessor
com.ganteater.ae.processor.Python

public class Python extends com.ganteater.ae.processor.BaseProcessor
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    final class 
     

    Nested classes/interfaces inherited from class com.ganteater.ae.processor.Processor

    com.ganteater.ae.processor.Processor.SystemCommandStart
  • Field Summary

    Fields inherited from class com.ganteater.ae.processor.Processor

    breakFlag, childThreads, DEFAULT_LOG_LEVEL_NAME, externProcessor, isRootContext, iteratorMode, log, mainLoopCommand, operationObjects, processes, randomSelect, recipeListener, stackTask, startVariables, testFile, testName, threadPoolList

    Fields inherited from class com.ganteater.ae.TemplateProcessor

    configNode, fGlobalVariables, MAPPED_VAR_DELIM, variables
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(com.ganteater.ae.processor.Processor aParent, com.ganteater.ae.util.xml.easyparser.Node action)
     
    void
    runCommandRun(com.ganteater.ae.util.xml.easyparser.Node command)
     
    void
     

    Methods inherited from class com.ganteater.ae.processor.BaseProcessor

    runCommandAbout, runCommandAppend, runCommandArrayElement, runCommandArraySize, runCommandBreak, runCommandCalculate, runCommandCheckInArray, runCommandCheckNotNull, runCommandCheckProperties, runCommandCheckValue, runCommandChoice, runCommandCommand, runCommandComment, runCommandConfirm, runCommandDate, runCommandExist, runCommandExtern, runCommandFinally, runCommandFindObject, runCommandFormater, runCommandFrame, runCommandGet, runCommandIf, runCommandInc, runCommandIterationRules, runCommandListdir, runCommandLoad, runCommandLoop, runCommandNetworkInterfaces, runCommandNote, runCommandOperation, runCommandOut, runCommandParameters, runCommandParse, runCommandPost, runCommandPragma, runCommandRegexp, runCommandRemove, runCommandReplace, runCommandRequest, runCommandRestore, runCommandRnd, runCommandRunnable, runCommandServer, runCommandSize, runCommandSort, runCommandStop, runCommandTable, runCommandTask, runCommandTextparser, runCommandThreads, runCommandTime, runCommandTokenizer, runCommandTrim, runCommandVar, runCommandWait, runCommandWhile, runCommandWhileRun, runCommandXslt, setVariableValue

    Methods inherited from class com.ganteater.ae.processor.Processor

    applyResult, attr, attr, attrValue, complete, debug, debug, getCallTaskTrace, getChildThreads, getConfigNode, getFields, getFile, getListener, getLocalTaskTrace, getLog, getLogger, getParent, getStartVariables, getTestName, getTestName, getTrimmedLines, getVariables, init, init, init, isActiveInitFor, isLoopActivated, isMainProcessor, isRootRecipe, isSilentMode, isStoppedTest, listToArray, loadProperties, loadProperties, make, makeProcessor, outputLog, pause, prepareXml, processTesting, processTesting, processTesting, progress, randomSort, regChildProcess, replaceAttributes, replaceCall, replaceXmlReference, resume, runNodes, setLogger, setRootContext, setSilentMode, setStartDir, setTestListener, setTestName, startCommandInformation, taskNode, taskNode, unregChildProcess, wait

    Methods inherited from class com.ganteater.ae.TemplateProcessor

    getBaseDir, getGlobalVariables, getVariableString, getVariableValue, getVariableValue, isStopped, replaceFile, replaceProperties, replaceProperties, replaceTag, setBaseDir, setStopped, toUpperCaseName

    Methods inherited from class java.lang.Object

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

    • Python

      public Python()
  • Method Details

    • init

      public void init(com.ganteater.ae.processor.Processor aParent, com.ganteater.ae.util.xml.easyparser.Node action) throws com.ganteater.ae.CommandException
      Overrides:
      init in class com.ganteater.ae.processor.Processor
      Throws:
      com.ganteater.ae.CommandException
    • runCommandRun

      public void runCommandRun(com.ganteater.ae.util.xml.easyparser.Node command)
    • stop

      public void stop()
      Overrides:
      stop in class com.ganteater.ae.processor.Processor