Uses of Class
com.ganteater.ae.processor.Processor
Packages that use Processor
-
Uses of Processor in com.ganteater.ae
Methods in com.ganteater.ae that return ProcessorMethods in com.ganteater.ae with parameters of type ProcessorModifier and TypeMethodDescriptionvoid
RecipeListener.checkFailure
(CommandException e, Processor processor) void
RecipeRunner.checkFailure
(CommandException e, Processor processor) AEManager.choiceValue
(String name, String description, Object[] aPossibleValues, ILogger log, boolean notifyMe, Processor processor) AEWorkspace.choiceValue
(String name, String description, Object[] possibleValues, ILogger log, boolean notifyMe, Processor processor) boolean
AEManager.confirmation
(String name, String message, Processor unit, boolean notifyMe) boolean
AEWorkspace.confirmation
(String name, String message, Processor unit, boolean notifyMe) void
RecipeListener.criticalError
(CommandException aThrowable, Processor processor) void
RecipeRunner.criticalError
(CommandException aThrowable, Processor processor) void
RecipeListener.errorInformation
(Processor processor, Throwable e, Node aTaskNode) void
RecipeRunner.errorInformation
(Processor processor, Throwable e, Node command) AEManager.inputChoice
(String varName, String description, String[] varValues, String defaultValue, Processor taskProcessor, boolean notifyMe) AEWorkspace.inputChoice
(String name, String description, String[] values, String defaultValue, Processor taskProcessor, boolean notifyMe) void
AEManager.inputDataTable
(Processor unit, Node aTableNode, boolean notifyMe) void
AEWorkspace.inputDataTable
(Processor unit, Node aTableNode, boolean notifyMe) AEManager.inputFile
(String name, String description, File defaultFile, ILogger log, Processor taskProcessor) AEWorkspace.inputFile
(String name, String description, File aDefaultFile, ILogger log, Processor taskProcessor) String[]
AEWorkspace.inputMultiChoice
(String name, String[] values, String defaultValue, Processor taskProcessor) AEManager.inputValue
(String name, String description, String value, ILogger log, String type, boolean notifyMe, Processor processor) AEWorkspace.inputValue
(String aName, String description, String aValue, ILogger log, String type, boolean notifyMe, Processor processor) AEWorkspace.inputValue
(String name, String description, String defaultValue, String type, Processor processor) void
RecipeListener.outToFrame
(Processor processor, Properties aProperties, Object theValue) void
RecipeRunner.outToFrame
(Processor processor, Properties aProperties, Object aTheValue) void
RecipeRunner.setProcessor
(Processor processor) AEManager.tasksChoice
(MultiTaskRunDialog choiceRunner, String[] theNames, boolean exceptionIgnoreFlag, Object setup, Processor taskProcessor, boolean visible) AEWorkspace.tasksChoice
(MultiTaskRunDialog dialog, String[] list, boolean exceptionIgnoreFlag, Object setup, Processor taskProcessor, boolean visible) Constructors in com.ganteater.ae with parameters of type ProcessorModifierConstructorDescriptionCommandException
(String message, Processor processor) CommandException
(Throwable targetException, Processor unit, Node theCurrentAction) -
Uses of Processor in com.ganteater.ae.processor
Subclasses of Processor in com.ganteater.ae.processorFields in com.ganteater.ae.processor declared as ProcessorMethods in com.ganteater.ae.processor that return ProcessorModifier and TypeMethodDescriptionProcessor.getParent()
TaskProcessorThread.getProcessor()
Processor.makeProcessor
(Node aCurrentAction) Methods in com.ganteater.ae.processor with parameters of type ProcessorModifier and TypeMethodDescriptionprotected void
ParameterIterator.applyChieldValue
(int aCurrentIteration, Processor taskProcessor, int aInterval, boolean aDefaultValue, List<String> aPropertiesIsSet) void
ParameterIterator.applyValue
(int aCurrentIteration, Processor taskProcessor, List<String> aPropertiesIsSet) void
void
static boolean
Processor.isSilentMode
(Processor unit) void
TestIterator.nextIteration
(Processor taskProcessor) static void
Processor.setSilentMode
(Processor unit, boolean silentMode) Constructors in com.ganteater.ae.processor with parameters of type ProcessorModifierConstructorDescriptionBaseProcessor
(Processor parent) BaseProcessor
(Node configNode, Map<String, Object> startVariables, RecipeListener listener, File startDir, ILogger aLog, Processor parent) ParameterIterator
(Processor aTestUnit, String aName, int aStartStep) Processor
(Node configNode, Map<String, Object> startVariables, RecipeListener listener, File startDir, ILogger aLog, Processor parent) ServerAction
(Processor tp, Node aCurrentAction, int port, String request, String response, String encoding, int maxNumber) TaskProcessorThread
(Processor parent, Node task, File aBaseDir, ILogger aLog) TestIterator
(Processor processor, String rules)