|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.common.environment.NullStatusHandler
public class NullStatusHandler
This class provides a default implementation of the IStatusHandler interface.
Constructor Summary | |
---|---|
NullStatusHandler()
|
Method Summary | |
---|---|
void |
report(org.eclipse.core.runtime.IStatus status)
Reports the given Status with implied options to either continue or abort. |
Choice |
report(org.eclipse.core.runtime.IStatus status,
Choice[] choices)
Reports the given Status and set of possible responses. |
void |
reportError(org.eclipse.core.runtime.IStatus status)
Report the given Error Status. |
void |
reportInfo(org.eclipse.core.runtime.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(org.eclipse.core.runtime.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(org.eclipse.core.runtime.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(org.eclipse.core.runtime.IStatus status)
IStatusHandler
reportError
in interface IStatusHandler
status
- the error status to report.IStatusHandler.reportError(org.eclipse.core.runtime.IStatus)
public void reportInfo(org.eclipse.core.runtime.IStatus status)
IStatusHandler
reportInfo
in interface IStatusHandler
status
- the info status to report.IStatusHandler.reportInfo(org.eclipse.core.runtime.IStatus)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |