|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Evaluable
Can be implemented to define an arbitrary sequence of templates and scripts to be evaluated.
This interface allows to have a fine control on the evaluation process. You generally should consider to rather use a launch configuration.
Clients may implement this interface.
EvaluationManager.evaluate(LaunchConfiguration, ProgressMonitor),
EvaluationManager.evaluate(Project, Evaluable, ProgressMonitor)| Method Summary | |
|---|---|
void |
evaluate(EvaluationContext context)
Defines an arbitrary sequence of templates and scripts to be evaluated in the specified context. |
| Method Detail |
|---|
void evaluate(EvaluationContext context)
throws CoreException
context - the evaluation context.
CoreExceptionEvaluationManager.evaluate(Project, Evaluable, ProgressMonitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||