Uses of Interface
org.eclipse.emf.common.util.Diagnostic

Packages that use Diagnostic
org.eclipse.emf.common.util Provides basic utilities. 
 

Uses of Diagnostic in org.eclipse.emf.common.util
 

Classes in org.eclipse.emf.common.util that implement Diagnostic
 class BasicDiagnostic
          A basic implementation of a diagnostic that that also acts as a chain.
private static class BasicDiagnostic.DiagnosticWrapper
           
 

Fields in org.eclipse.emf.common.util declared as Diagnostic
private  Diagnostic BasicMonitor.blockedReason
           
static Diagnostic Diagnostic.CANCEL_INSTANCE
          A diagnostic indicating that the diagnosis was canceled.
private  Diagnostic DiagnosticException.diagnostic
           
protected  Diagnostic BasicDiagnostic.StatusWrapper.diagnostic
           
static Diagnostic Diagnostic.OK_INSTANCE
          A diagnostic indicating that everything is okay.
 

Fields in org.eclipse.emf.common.util with type parameters of type Diagnostic
protected  java.util.List<Diagnostic> BasicDiagnostic.children
          The message.
protected  java.util.List<Diagnostic> BasicDiagnostic.DiagnosticWrapper.unmodifiableWrappedChildren
           
protected  java.util.List<Diagnostic> BasicDiagnostic.DiagnosticWrapper.wrappedChildren
           
 

Methods in org.eclipse.emf.common.util that return Diagnostic
static Diagnostic BasicDiagnostic.DiagnosticWrapper.convert(org.eclipse.core.runtime.IStatus status)
           
 Diagnostic BasicMonitor.getBlockedReason()
          Returns the current reason for task being blocked, or null.
 Diagnostic DiagnosticException.getDiagnostic()
           
static Diagnostic BasicDiagnostic.toDiagnostic(org.eclipse.core.runtime.IStatus status)
           
static Diagnostic BasicDiagnostic.toDiagnostic(java.lang.Throwable throwable)
          Returns the throwable viewed as a Diagnostic.
static Diagnostic BasicDiagnostic.EclipseHelper.toDiagnostic(java.lang.Throwable throwable)
           
 

Methods in org.eclipse.emf.common.util that return types with arguments of type Diagnostic
 java.util.List<Diagnostic> BasicDiagnostic.DiagnosticWrapper.basicGetChildren()
           
 java.util.List<Diagnostic> Diagnostic.getChildren()
          Returns the list of child diagnostics.
 java.util.List<Diagnostic> BasicDiagnostic.getChildren()
           
 java.util.List<Diagnostic> BasicDiagnostic.DiagnosticWrapper.getChildren()
           
 

Methods in org.eclipse.emf.common.util with parameters of type Diagnostic
 void DiagnosticChain.add(Diagnostic diagnostic)
          Adds the diagnostic to the chain.
 void BasicDiagnostic.add(Diagnostic diagnostic)
           
 void DiagnosticChain.addAll(Diagnostic diagnostic)
          Adds the children of the diagnostic to the chain.
 void BasicDiagnostic.addAll(Diagnostic diagnostic)
           
static org.eclipse.core.runtime.IStatus BasicDiagnostic.StatusWrapper.convert(Diagnostic diagnostic)
           
 void DiagnosticChain.merge(Diagnostic diagnostic)
          If the diagnostic has children, adds those children, otherwise, adds the diagnostic.
 void BasicDiagnostic.merge(Diagnostic diagnostic)
           
 void Monitor.setBlocked(Diagnostic reason)
          Sets the reason for the activity being blocked.
 void BasicMonitor.setBlocked(Diagnostic reason)
           
 void BasicMonitor.Delegating.setBlocked(Diagnostic reason)
           
 void BasicMonitor.EclipseDelegating.setBlocked(Diagnostic reason)
           
 void BasicMonitor.EclipseSubProgress.setBlocked(Diagnostic reason)
           
 void BasicMonitor.Printing.setBlocked(Diagnostic reason)
           
static org.eclipse.core.runtime.IStatus BasicDiagnostic.toIStatus(Diagnostic diagnostic)
          Returns the diagnostic viewed as an IStatus.
 

Constructors in org.eclipse.emf.common.util with parameters of type Diagnostic
BasicDiagnostic.StatusWrapper(Diagnostic diagnostic)
           
DiagnosticException(Diagnostic diagnostic)
           
 

Constructor parameters in org.eclipse.emf.common.util with type arguments of type Diagnostic
BasicDiagnostic(java.lang.String source, int code, java.util.List<? extends Diagnostic> children, java.lang.String message, java.lang.Object[] data)
           
 



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.