Package com.ganteater.ae.processor
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 ClassesNested 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, threadPoolListFields inherited from class com.ganteater.ae.TemplateProcessor
configNode, fGlobalVariables, MAPPED_VAR_DELIM, variables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(com.ganteater.ae.processor.Processor aParent, com.ganteater.ae.util.xml.easyparser.Node action) 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, setVariableValueMethods 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, stop, taskNode, taskNode, unregChildProcess, waitMethods inherited from class com.ganteater.ae.TemplateProcessor
getBaseDir, getGlobalVariables, getVariableString, getVariableValue, getVariableValue, isStopped, replaceFile, replaceProperties, replaceProperties, replaceTag, setBaseDir, setStopped, toUpperCaseName
-
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:
initin classcom.ganteater.ae.processor.Processor- Throws:
com.ganteater.ae.CommandException
-