g-Eclipse
Release 1.0.0

eu.geclipse.core.reporting
Interface ISolver

All Known Subinterfaces:
IConfigurableSolver, ISolution
All Known Implementing Classes:
CheckSystemTimeSolution, OpenUrlSolver, RemountSolution, ShowCheatsheetSolver, ShowHelpPageSolver, ShowPreferencePageSolver, ShowViewSolver, ShowWizardPageSolver

public interface ISolver

The ISolver interface is part of the problem reporting mechanism and may be used to define dedicated problem solving strategies.


Method Summary
 void solve()
          Try to solve an associated problem.
 

Method Detail

solve

void solve()
           throws java.lang.reflect.InvocationTargetException
Try to solve an associated problem.

Throws:
java.lang.reflect.InvocationTargetException - If an exception occurs during the attempt to solve the problem. The exception will be wrapped by an InvocationTargetException.

g-Eclipse
Release 1.0.0