|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.ui.problems.RemountSolution
public class RemountSolution
Solution for "Mount with this name already exists" problem. It opens new connection wizard for the same storage element. User then can easily change mount name to create a connection.
| Constructor Summary | |
|---|---|
RemountSolution(IMountable mountable,
IMountable.MountPointID mountID)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get a brief text that gives a description of this solution. |
java.lang.String |
getID()
Get this solution's ID. |
boolean |
isActive()
Determine if this solution is active. |
void |
solve()
Try to solve an associated problem. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemountSolution(IMountable mountable,
IMountable.MountPointID mountID)
mountable - The IMountable, for which the mount failed.mountID - The IMountable.MountPointID of the mounted element.| Method Detail |
|---|
public java.lang.String getDescription()
ISolution
getDescription in interface ISolutionpublic java.lang.String getID()
ISolution
getID in interface ISolutionnull
if this solution was created programmatically.public boolean isActive()
ISolutionISolver.solve()-method in order to solve the
associated problem(s). Non-active solutions are called
passive solutions and only contain a descriptive text that
may give the user hints how to solve the associated
problem.
isActive in interface ISolution
public void solve()
throws java.lang.reflect.InvocationTargetException
ISolver
solve in interface ISolverjava.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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||