| java.lang.Object org.eclipse.ui.internal.ide.StatusUtil
StatusUtil | public class StatusUtil (Code) | | Utility class to create status objects.
PRIVATE
This class is an internal implementation class and should
not be referenced or subclassed outside of the workbench
since: 3.0 |
Method Summary | |
protected static List | flatten(IStatus aStatus) | protected static IStatus | newStatus(IStatus[] stati, String message, Throwable exception) This method must not be called outside the workbench. | public static IStatus | newStatus(int severity, String message, Throwable exception) This method must not be called outside the workbench. | public static IStatus | newStatus(List children, String message, Throwable exception) This method must not be called outside the workbench. |
flatten | protected static List flatten(IStatus aStatus)(Code) | | Answer a flat collection of the passed status and its recursive children
|
newStatus | protected static IStatus newStatus(IStatus[] stati, String message, Throwable exception)(Code) | | This method must not be called outside the workbench.
Utility method for creating status.
|
newStatus | public static IStatus newStatus(int severity, String message, Throwable exception)(Code) | | This method must not be called outside the workbench.
Utility method for creating status.
|
newStatus | public static IStatus newStatus(List children, String message, Throwable exception)(Code) | | This method must not be called outside the workbench.
Utility method for creating status.
|
|
|