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 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.desktop
Methods in com.ganteater.ae.desktop that return ProcessorMethods in com.ganteater.ae.desktop with parameters of type ProcessorModifier and TypeMethodDescriptionvoid
WorkPlace.checkFailure
(CommandException e, Processor processor) DesktopWorkspace.choiceValue
(String name, String description, Object[] aPossibleValues, ILogger log, boolean notifyMe, Processor processor) boolean
DesktopWorkspace.confirmation
(String name, String message, Processor unit, boolean notifyMe) void
WorkPlace.criticalError
(CommandException aThrowable, Processor processor) DesktopWorkspace.inputChoice
(String name, String description, String[] aValues, String aDefaultValue, Processor taskProcessor, boolean notifyMe) void
DesktopWorkspace.inputDataTable
(Processor unit, Node aTableNode, boolean notifyMe) DesktopWorkspace.inputFile
(String name, String description, File defaultFile, ILogger log, Processor taskProcessor) DesktopWorkspace.inputValue
(String name, String description, String value, ILogger log, String type, boolean notifyMe, Processor processor) DesktopWorkspace.tasksChoice
(MultiTaskRunDialog dialog, String[] list, boolean exceptionIgnoreFlag, Object setup, Processor taskProcessor, boolean visible) -
Uses of Processor in com.ganteater.ae.desktop.editor
Methods in com.ganteater.ae.desktop.editor that return ProcessorMethods in com.ganteater.ae.desktop.editor with parameters of type ProcessorModifier and TypeMethodDescriptionvoid
TaskEditor.checkFailure
(CommandException exception, Processor processor) void
TaskEditor.criticalError
(CommandException exception, Processor processor) void
TaskEditor.errorInformation
(Processor processor, Throwable exception, Node command) void
TaskEditor.outToFrame
(Processor processor, Properties properties, Object value) -
Uses of Processor in com.ganteater.ae.desktop.ui
Methods in com.ganteater.ae.desktop.ui with parameters of type ProcessorModifier and TypeMethodDescriptionvoid
AEFrame.errorInformation
(Processor processor, Throwable exception, Node command, boolean notifyMe) AEFrame.getChoiceTaskRunner
(MultiTaskRunDialog nameDialog, Processor taskProcessor, Object setup) void
LogFrame.out
(ListLogPresenter.LogRecord text, Processor taskEditor) void
MessageDescriptionPanel.setText
(ListLogPresenter.LogRecord text, Processor taskEditor) void
LogFrame.showText
(ListLogPresenter.LogRecord text, Processor taskEditor, boolean autoformat) Constructors in com.ganteater.ae.desktop.ui with parameters of type ProcessorModifierConstructorDescriptionMultiTaskRunDialogImpl
(AEFrame frame, String theChoiceNames, Processor taskProcessor, boolean useHistory) TracePanel
(AEFrame frame, Processor processor, Throwable e, Node command) UIChoiceTaskRunner
(String name, Processor taskProcessor, boolean useHistory) -
Uses of Processor in com.ganteater.ae.desktop.view
Methods in com.ganteater.ae.desktop.view with parameters of type Processor -
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) -
Uses of Processor in com.ganteater.ae.web
Methods in com.ganteater.ae.web with parameters of type ProcessorModifier and TypeMethodDescriptionWebWorkspace.choiceValue
(String name, String desc, Object[] aPossibleValues, ILogger log, boolean notifyMe, Processor processor) boolean
WebWorkspace.confirmation
(String name, String message, Processor unit, boolean notifyMe) WebWorkspace.inputChoice
(String aNameDialog, String description, String[] aValues, String aDefaultValue, Processor taskProcessor, boolean notifyMe) WebWorkspace.inputFile
(String name, String description, File aDefaultFile, ILogger log, Processor tp) String[]
WebWorkspace.inputMultiChoice
(String name, String[] values, String defaultValue, Processor taskProcessor) WebWorkspace.inputValue
(String aName, String aDesc, String value, ILogger log, String type, boolean notifyMe, Processor processor) WebWorkspace.inputValue
(String name, String description, String defaultValue, String type, Processor processor) WebWorkspace.tasksChoice
(MultiTaskRunDialog mt, String[] list, boolean exceptionIgnoreFlag, Object setup, Processor taskProcessor, boolean visible)