Package com.ganteater.ae.processor
Class Coder
java.lang.Object
com.ganteater.ae.TemplateProcessor
com.ganteater.ae.processor.Processor
com.ganteater.ae.processor.BaseProcessor
com.ganteater.ae.processor.Coder
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ganteater.ae.processor.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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
runCommandBase64Encode
(Node action) void
runCommandEscapeXml
(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, 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, 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, wait
Methods inherited from class com.ganteater.ae.TemplateProcessor
getBaseDir, getGlobalVariables, getVariableString, getVariableValue, getVariableValue, isStopped, replaceFile, replaceProperties, replaceProperties, replaceTag, setBaseDir, setStopped, toUpperCaseName
-
Constructor Details
-
Coder
public Coder()
-
-
Method Details
-
runCommandBase64Encode
- Throws:
UnsupportedEncodingException
-
runCommandEscapeXml
-