org.eclipse.uml2.ant.app
Interface IDiagnosticReporter

All Known Implementing Classes:
IDiagnosticReporter.AbstractReporter, IDiagnosticReporter.PrintStreamReporter

public interface IDiagnosticReporter

An interface for objects that can consume ("report") Diagnostics produced by the UML-to-Ecore conversion of a profile.

See Also:
IDiagnosticReporter.PrintStreamReporter

Nested Class Summary
static class IDiagnosticReporter.AbstractReporter
          Partial implementation of a diagnostic reporter.
static class IDiagnosticReporter.PrintStreamReporter
          A diagnostic reporter that prints diagnostics to a stream.
 
Method Summary
 void report(org.eclipse.emf.common.util.Diagnostic diagnostic)
           
 

Method Detail

report

void report(org.eclipse.emf.common.util.Diagnostic diagnostic)

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.