Class DebugStatus

java.lang.Object
org.eclipse.core.runtime.Status
net.ssehub.easy.producer.eclipse.DebugStatus
All Implemented Interfaces:
org.eclipse.core.runtime.IStatus

public class DebugStatus extends org.eclipse.core.runtime.Status
Subclass of Status for own DEBUG Status in eclipse logging.
Author:
Sass
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     

    Fields inherited from class org.eclipse.core.runtime.Status

    CANCEL_STATUS, OK_STATUS

    Fields inherited from interface org.eclipse.core.runtime.IStatus

    CANCEL, ERROR, INFO, OK, WARNING
  • Constructor Summary

    Constructors
    Constructor
    Description
    DebugStatus(String pluginId, String message)
    Simplified constructor of a new status object; assumes that code is OK and exception is null.
  • Method Summary

    Methods inherited from class org.eclipse.core.runtime.Status

    error, error, getChildren, getCode, getException, getMessage, getPlugin, getSeverity, info, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toString, warning, warning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • DebugStatus

      public DebugStatus(String pluginId, String message)
      Simplified constructor of a new status object; assumes that code is OK and exception is null. The created status has no children.
      Parameters:
      pluginId - the unique identifier of the relevant plug-in
      message - a human-readable message, localized to the current locale