org.eclipse.cdt.ui.newui
Class CDTStatusInfo

java.lang.Object
  extended by 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


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IStatus
CANCEL, ERROR, INFO, OK, WARNING
 
Constructor Summary
CDTStatusInfo()
           
CDTStatusInfo(int _code, java.lang.String _text)
           
 
Method Summary
 org.eclipse.core.runtime.IStatus[] getChildren()
           
 int getCode()
           
 java.lang.Throwable getException()
           
 java.lang.String getMessage()
           
 java.lang.String getPlugin()
           
 int getSeverity()
           
 boolean isMultiStatus()
           
 boolean isOK()
           
 boolean matches(int mask)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDTStatusInfo

public CDTStatusInfo()

CDTStatusInfo

public CDTStatusInfo(int _code,
                     java.lang.String _text)
Method Detail

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