org.eclipse.cdt.ui.newui
Class CDTStatusInfo
java.lang.Object
org.eclipse.cdt.ui.newui.CDTStatusInfo
- All Implemented Interfaces:
- org.eclipse.core.runtime.IStatus
public class CDTStatusInfo
- extends java.lang.Object
- implements org.eclipse.core.runtime.IStatus
Simple IStatus implementation to avoid using internal classes
Fields inherited from interface org.eclipse.core.runtime.IStatus |
CANCEL, ERROR, INFO, OK, WARNING |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDTStatusInfo
public CDTStatusInfo()
CDTStatusInfo
public CDTStatusInfo(int _code,
java.lang.String _text)
getChildren
public org.eclipse.core.runtime.IStatus[] getChildren()
- Specified by:
getChildren
in interface org.eclipse.core.runtime.IStatus
getCode
public int getCode()
- Specified by:
getCode
in interface org.eclipse.core.runtime.IStatus
getException
public java.lang.Throwable getException()
- Specified by:
getException
in interface org.eclipse.core.runtime.IStatus
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interface org.eclipse.core.runtime.IStatus
getPlugin
public java.lang.String getPlugin()
- Specified by:
getPlugin
in interface org.eclipse.core.runtime.IStatus
getSeverity
public int getSeverity()
- Specified by:
getSeverity
in interface org.eclipse.core.runtime.IStatus
isMultiStatus
public boolean isMultiStatus()
- Specified by:
isMultiStatus
in interface org.eclipse.core.runtime.IStatus
isOK
public boolean isOK()
- Specified by:
isOK
in interface org.eclipse.core.runtime.IStatus
matches
public boolean matches(int mask)
- Specified by:
matches
in interface org.eclipse.core.runtime.IStatus