Package com.ganteater.ae
Interface AEManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRunner(RecipeRunner testRunner) choiceValue(String name, String description, Object[] aPossibleValues, ILogger log, boolean notifyMe, Processor processor) booleanconfirmation(String name, String message, Processor unit, boolean notifyMe) voidgetTestPath(String newName) String[]inputChoice(String varName, String description, String[] varValues, String defaultValue, Processor taskProcessor, boolean notifyMe) voidinputDataTable(Processor unit, Node aTableNode, boolean notifyMe) inputValue(String name, String description, String value, ILogger log, String type, boolean notifyMe, Processor processor) booleanisConsoleDefaultInput(String varName, String description) voidprogressText(String name) voidprogressValue(int i, int length, boolean success) voidremoveRunner(RecipeRunner testRunner) voidsetConsoleDefaultInput(boolean defaultMode) voidstartTaskNotify(RecipeRunner task) tasksChoice(MultiTaskRunDialog choiceRunner, String[] theNames, boolean exceptionIgnoreFlag, Object setup, Processor taskProcessor, boolean visible)
-
Method Details
-
getStartDir
-
inputChoice
-
inputFile
-
inputDataTable
- Throws:
Exception
-
confirmation
-
inputValue
-
getTestPath
-
getTestsList
String[] getTestsList() -
getWorkingDir
-
tasksChoice
MultiTaskRunDialog tasksChoice(MultiTaskRunDialog choiceRunner, String[] theNames, boolean exceptionIgnoreFlag, Object setup, Processor taskProcessor, boolean visible) -
choiceValue
-
getFile
-
getSystemVariables
-
setConsoleDefaultInput
-
isConsoleDefaultInput
-
runTask
- Throws:
CommandException
-
getConfigNode
-
startTaskNotify
-
progressText
-
progressValue
-
addRunner
-
removeRunner
-
finished
-
message
MessageHandler message(Processor taskProcessor, String message, String description, boolean notifyMe) -
getHomeWorkingDir
-