de.cau.cs.kieler.kiml.ui.service
Class EclipseTransformationService
java.lang.Object
de.cau.cs.kieler.kiml.service.TransformationService
de.cau.cs.kieler.kiml.ui.service.EclipseTransformationService
public final class EclipseTransformationService
- extends TransformationService
Transformation service class for use in Eclipse.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static void create()
- Create the transformation service and load extension points.
reportError
protected void reportError(String extensionPoint,
IConfigurationElement element,
String attribute,
Throwable exception)
- Report an error that occurred while reading extensions.
- Specified by:
reportError
in class TransformationService
- Parameters:
extensionPoint
- the identifier of the extension pointelement
- the configuration elementattribute
- the attribute that contains an invalid entryexception
- an optional exception that was caused by the invalid entry
reportError
protected void reportError(CoreException exception)
- Report an error that occurred while reading extensions.
- Specified by:
reportError
in class TransformationService
- Parameters:
exception
- a core exception holding a status with further information