public static class WorkDirChooseTool.ExecModelStub extends java.lang.Object implements ExecModel
| Constructor and Description |
|---|
WorkDirChooseTool.ExecModelStub(TestSuite ts,
ContextManager cm) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure()
Causes a series of actions to be performed to complete configuration.
|
TestResultTable |
getActiveTestResultTable()
Get the test result table currently in use for display.
|
ContextManager |
getContextManager() |
ExecToolManager |
getExecToolManager() |
FilterConfig |
getFilterConfig() |
InterviewParameters |
getInterviewParameters() |
TestSuite |
getTestSuite() |
WorkDirectory |
getWorkDirectory() |
boolean |
isConfiguring()
Returns true if the model is in the configuration stage, user is either
selecting work directory or editing configuration.
|
boolean |
isShowConfigEditor() |
void |
print(java.awt.print.Printable p) |
void |
printSetup() |
void |
runTests(java.lang.String[] urls)
Run specified tests.
|
void |
setWorkDir(WorkDirectory wd,
boolean addToFileHistory) |
void |
showConfigEditor(boolean runTestsWhenDone)
Show the configuration editor for this tool, and optionally run
the tests defined by the configuration when the editor is closed.
|
void |
showMessage(java.util.ResourceBundle msgs,
java.lang.String key) |
void |
showTemplateEditor()
Show the configuration editor for this tool with current template
|
void |
showWorkDirDialog(boolean allowTemplates) |
public WorkDirChooseTool.ExecModelStub(TestSuite ts, ContextManager cm)
public TestSuite getTestSuite()
getTestSuite in interface ExecModelpublic WorkDirectory getWorkDirectory()
getWorkDirectory in interface ExecModelpublic InterviewParameters getInterviewParameters()
getInterviewParameters in interface ExecModelpublic FilterConfig getFilterConfig()
getFilterConfig in interface ExecModelpublic ContextManager getContextManager()
getContextManager in interface ExecModelpublic TestResultTable getActiveTestResultTable()
ExecModelgetActiveTestResultTable in interface ExecModelpublic void showWorkDirDialog(boolean allowTemplates)
showWorkDirDialog in interface ExecModelpublic void configure()
ExecModelpublic boolean isConfiguring()
ExecModelisConfiguring in interface ExecModelpublic void showConfigEditor(boolean runTestsWhenDone)
ExecModelshowConfigEditor in interface ExecModelrunTestsWhenDone - true if the tests should automatically
be run when the user closes the configuration editor,
and false otherwise.public boolean isShowConfigEditor()
public void showTemplateEditor()
ExecModelshowTemplateEditor in interface ExecModelpublic void runTests(java.lang.String[] urls)
ExecModelpublic void showMessage(java.util.ResourceBundle msgs,
java.lang.String key)
showMessage in interface ExecModelpublic void printSetup()
printSetup in interface ExecModelpublic void setWorkDir(WorkDirectory wd, boolean addToFileHistory) throws Interview.Fault, TestSuite.Fault
setWorkDir in interface ExecModelInterview.FaultTestSuite.Faultpublic ExecToolManager getExecToolManager()
getExecToolManager in interface ExecModelCopyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.