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.desktop
Methods in com.ganteater.ae.desktop that return ProcessorMethods in com.ganteater.ae.desktop with parameters of type ProcessorModifier and TypeMethodDescriptionvoidWorkPlace.checkFailure(CommandException e, Processor processor) DesktopWorkspace.choiceValue(String name, String description, Object[] aPossibleValues, ILogger log, boolean notifyMe, Processor processor) booleanDesktopWorkspace.confirmation(String name, String message, Processor unit, boolean notifyMe) voidWorkPlace.criticalError(CommandException aThrowable, Processor processor) DesktopWorkspace.inputChoice(String name, String description, String[] aValues, String aDefaultValue, Processor taskProcessor, boolean notifyMe) voidDesktopWorkspace.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 with parameters of type ProcessorModifier and TypeMethodDescriptionvoidTaskEditor.checkFailure(CommandException exception, Processor processor) voidTaskEditor.criticalError(CommandException exception, Processor processor) voidTaskEditor.errorInformation(Processor processor, Throwable exception, Node command) voidCommandHelperDialog.fillCommandList(String text, Processor makeProcessor) voidTaskEditor.outToFrame(Processor processor, Properties properties, Object value) Method parameters in com.ganteater.ae.desktop.editor with type arguments of type ProcessorModifier and TypeMethodDescriptionCodeHelper.getCommandList(String text, Class<? extends Processor> processorClass) CodeHelper.getExampleList(Class<? extends Processor> class1, String methodName) -
Uses of Processor in com.ganteater.ae.desktop.ui
Methods in com.ganteater.ae.desktop.ui with parameters of type ProcessorModifier and TypeMethodDescriptionvoidAEFrame.errorInformation(Processor processor, Throwable exception, Node command, boolean notifyMe) AEFrame.getChoiceTaskRunner(MultiTaskRunDialog nameDialog, Processor taskProcessor, Object setup) voidLogFrame.out(ListLogView.LogRecord text, Processor taskEditor) voidMessageDescriptionPanel.setText(ListLogView.LogRecord text, Processor taskEditor) voidLogFrame.showText(ListLogView.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 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) -
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) booleanWebWorkspace.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)