| Package | Description |
|---|---|
| org.eclipse.emf.common.util |
Provides basic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDiagnostic
A basic implementation of a diagnostic that that also acts as a chain.
|
| Modifier and Type | Field and Description |
|---|---|
static Diagnostic |
Diagnostic.CANCEL_INSTANCE
A diagnostic indicating that the diagnosis was canceled.
|
static Diagnostic |
Diagnostic.OK_INSTANCE
A diagnostic indicating that everything is okay.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Diagnostic> |
BasicDiagnostic.children
The message.
|
| Modifier and Type | Method and Description |
|---|---|
Diagnostic |
BasicMonitor.getBlockedReason()
Returns the current reason for task being blocked, or
null. |
Diagnostic |
DiagnosticException.getDiagnostic() |
static Diagnostic |
BasicDiagnostic.toDiagnostic(IStatus status) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Diagnostic> |
Diagnostic.getChildren()
Returns the list of child
diagnostics. |
java.util.List<Diagnostic> |
BasicDiagnostic.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
DiagnosticChain.merge(Diagnostic 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.EclipseSubProgress.setBlocked(Diagnostic reason) |
void |
BasicMonitor.Printing.setBlocked(Diagnostic reason) |
static IStatus |
BasicDiagnostic.toIStatus(Diagnostic diagnostic)
Returns the diagnostic viewed as an
IStatus. |
| Constructor and Description |
|---|
DiagnosticException(Diagnostic diagnostic) |
| Constructor and Description |
|---|
BasicDiagnostic(java.lang.String source,
int code,
java.util.List<? extends Diagnostic> children,
java.lang.String message,
java.lang.Object[] data) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature