Uses of Class
com.ganteater.ae.processor.Processor
Packages that use Processor
Package
Description
-
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 TypeMethodDescriptionvoidRecipeListener.checkFailure(CommandException e, Processor processor) voidRecipeRunner.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) booleanAEManager.confirmation(String name, String message, Processor unit, boolean notifyMe) booleanAEWorkspace.confirmation(String name, String message, Processor unit, boolean notifyMe) voidRecipeListener.criticalError(CommandException aThrowable, Processor processor) voidRecipeRunner.criticalError(CommandException aThrowable, Processor processor) voidRecipeListener.errorInformation(Processor processor, Throwable e, Node aTaskNode) voidRecipeRunner.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) voidAEManager.inputDataTable(Processor unit, Node aTableNode, boolean notifyMe) voidAEWorkspace.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) voidRecipeListener.outToFrame(Processor processor, Properties aProperties, Object theValue) voidRecipeRunner.outToFrame(Processor processor, Properties aProperties, Object aTheValue) voidRecipeRunner.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 voidParameterIterator.applyChieldValue(int aCurrentIteration, Processor taskProcessor, int aInterval, boolean aDefaultValue, List<String> aPropertiesIsSet) voidParameterIterator.applyValue(int aCurrentIteration, Processor taskProcessor, List<String> aPropertiesIsSet) voidvoidstatic booleanProcessor.isSilentMode(Processor unit) voidTestIterator.nextIteration(Processor taskProcessor) static voidProcessor.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) -
Uses of Processor in com.ganteater.ae.processor.annotation
Constructor parameters in com.ganteater.ae.processor.annotation with type arguments of type ProcessorModifierConstructorDescriptionCommandInfo(String name, Class<? extends Processor> declaringClass, String description)