|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationContext | |
org.troublescope | |
org.troublescope.evaluation | |
org.troublescope.resolution |
Uses of ApplicationContext in org.troublescope |
Methods in org.troublescope with parameters of type ApplicationContext | |
void |
Troubleshoot.gatherInputs(ApplicationContext ctx,
UserInteractionHandler userHandler)
Gather inputs from the user. |
EvaluationResults |
Troubleshoot.evaluate(ApplicationContext ctx,
UserInteractionHandler userInteractionHandler)
Evaluate the application. |
void |
ContextAware.setContext(ApplicationContext ctx)
Set the ApplicationContext . |
Uses of ApplicationContext in org.troublescope.evaluation |
Methods in org.troublescope.evaluation with parameters of type ApplicationContext | |
junit.framework.TestResult |
TestSuite.start(ApplicationContext ctx)
Start the test suite. |
junit.framework.TestSuite |
TestSuite.getActualSuite(ApplicationContext ctx)
Returns the actual test suite. |
EvaluationResults |
Evaluation.start(ApplicationContext ctx)
Perform this evaluation. |
Uses of ApplicationContext in org.troublescope.resolution |
Methods in org.troublescope.resolution with parameters of type ApplicationContext | |
void |
ProblemResolution.execute(ApplicationContext ctx)
Execute the resolution. |
void |
AntProblemResolution.execute(ApplicationContext ctx)
Execute the resolution. |
void |
DelegatingProblemResolution.execute(ApplicationContext ctx)
Execute the resolution. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |