|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.common.environment.NullStatusHandler
This class provides a default implementation of the IStatusHandler interface.
Constructor Summary | |
---|---|
NullStatusHandler()
|
Method Summary | |
---|---|
void |
report(IStatus status)
Reports the given Status with implied options to either continue or abort. |
Choice |
report(IStatus status,
Choice[] choices)
Reports the given Status and set of possible responses. |
void |
reportError(IStatus status)
Report the given Error Status. |
void |
reportInfo(IStatus status)
Report the given Info Status. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullStatusHandler()
Method Detail |
public Choice report(IStatus status, Choice[] choices)
IStatusHandler
report
in interface IStatusHandler
status
- the status to report.choices
- the choices that will be displayed to the user.
org.eclipse.env.common.IStatusHandler#report(org.eclipse.core.runtime.IStatus, org.eclipse.env.common.Choice[])
public void report(IStatus status) throws StatusException
IStatusHandler
report
in interface IStatusHandler
status
- the status to report.
StatusException
- Throws an exception if the handler decides the caller
should stop processing.org.eclipse.env.common.IStatusHandler#report(org.eclipse.core.runtime.IStatus)
public void reportError(IStatus status)
IStatusHandler
reportError
in interface IStatusHandler
status
- the error status to report.org.eclipse.wst.common.environment.IStatusHandler#reportError(org.eclipse.core.runtime.IStatus)
public void reportInfo(IStatus status)
IStatusHandler
reportInfo
in interface IStatusHandler
status
- the info status to report.org.eclipse.wst.common.environment.IStatusHandler#reportInfo(org.eclipse.core.runtime.IStatus)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |