Package com.ganteater.ae
Interface AEManager
- All Known Implementing Classes:
AEPluginWorkspace
,AEWorkspace
,DesktopWorkspace
,UIWorkspace
,WebWorkspace
public interface AEManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRunner
(RecipeRunner testRunner) choiceValue
(String name, String description, Object[] aPossibleValues, ILogger log, boolean notifyMe, Processor processor) boolean
confirmation
(String name, String message, Processor unit, boolean notifyMe) void
void
getRemoveTestPath
(String oldName) getTestPath
(String newName) String[]
inputChoice
(String varName, String description, String[] varValues, String defaultValue, Processor taskProcessor, boolean notifyMe) void
inputDataTable
(Processor unit, Node aTableNode, boolean notifyMe) inputValue
(String name, String description, String value, ILogger log, String type, boolean notifyMe, Processor processor) boolean
isConsoleDefaultInput
(String varName, String description) void
progressText
(String name) void
progressValue
(int i, int length, boolean success) void
removeRunner
(RecipeRunner testRunner) void
setConsoleDefaultInput
(boolean defaultMode) void
setTestPath
(String newName, String path) void
startTaskNotify
(RecipeRunner task) tasksChoice
(MultiTaskRunDialog choiceRunner, String[] theNames, boolean exceptionIgnoreFlag, Object setup, Processor taskProcessor, boolean visible)
-
Method Details
-
getStartDir
-
inputChoice
-
inputFile
-
inputDataTable
- Throws:
Exception
-
confirmation
boolean confirmation(String name, String message, Processor unit, boolean notifyMe) throws Exception - Throws:
Exception
-
inputValue
String inputValue(String name, String description, String value, ILogger log, String type, boolean notifyMe, Processor processor) throws Exception - Throws:
Exception
-
getTestPath
-
getRemoveTestPath
-
setTestPath
-
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
-
getConfigNode
-
startTaskNotify
-
progressText
-
progressValue
-
addRunner
-
removeRunner
-
finished
-
message
MessageHandler message(Processor taskProcessor, String message, String description, boolean notifyMe) -
getHomeWorkingDir
-