|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementations of the Runner interface define runtime support and
configuration for classes launched by the PrimeTime IDE in both run and
debug modes. Instances of the runner implementation must be registered with
the RuntimeManager
before the user may use their runtime
services.
Method Summary | |
PropertyPageFactory |
getPageFactory(Project project,
java.util.Map propertyMap)
Each Runner is responsibile for determining whether or not it should be used for a particular project. |
boolean |
isValid(Browser browser,
Project project,
java.util.Map propertyMap,
boolean debug)
Describes whether or not the runner is completely configured. |
void |
run(Browser browser,
Project project,
java.util.Map propertyMap,
boolean debug)
Starts the runtime process associated with the current project using either a runtime or debug process tracking instance. |
Method Detail |
public void run(Browser browser, Project project, java.util.Map propertyMap, boolean debug)
Starts the runtime process associated with the current project using either a runtime or debug process tracking instance.
browser
- The browser instance associated with the running process.
JavaProcessTracker
instances monitor the new process through
a tab in the message view of the specified browser.project
- The active project at the time the user requested a run or
debug session.debug
- True if the user requested a debugging session, false
otherwise.public boolean isValid(Browser browser, Project project, java.util.Map propertyMap, boolean debug)
browser
- The browser the runtime session will be associated with.project
- The project topublic PropertyPageFactory getPageFactory(Project project, java.util.Map propertyMap)
project
- The project for which a runtime configuration page is
desired.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |