public abstract class AbstractEEFEclipsePlugin
extends org.eclipse.emf.common.EMFPlugin.EclipsePlugin
| Constructor and Description |
|---|
AbstractEEFEclipsePlugin(java.lang.String bundleSymbolicName)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
blank(org.eclipse.emf.ecore.EAttribute expression)
Logs that the expression is blank.
|
void |
debug(java.lang.String message)
Logs a info message if the debug mode is enabled.
|
void |
diagnostic(java.lang.String expression,
org.eclipse.emf.common.util.Diagnostic diagnostic)
Logs the given diagnostic.
|
void |
error(java.lang.String message)
Logs an error with the given message.
|
void |
error(java.lang.String message,
java.lang.Exception exception)
Logs an error with the exception and the given message.
|
void |
info(java.lang.String message)
Logs an info with the given message.
|
void |
info(java.lang.String message,
java.lang.Exception exception)
Logs an info with the exception and the given message.
|
void |
warning(java.lang.String message)
Logs a warning with the given message.
|
void |
warning(java.lang.String message,
java.lang.Exception exception)
Logs a warning with the exception and the given message.
|
doGetImage, getBaseURL, getImage, getString, getString, getString, getString, getSymbolicName, logfind, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, start, startup, stop, toStringpublic AbstractEEFEclipsePlugin(java.lang.String bundleSymbolicName)
bundleSymbolicName - The bundle symbolic namepublic void blank(org.eclipse.emf.ecore.EAttribute expression)
expression - The structural feature representing the expressionpublic void diagnostic(java.lang.String expression,
org.eclipse.emf.common.util.Diagnostic diagnostic)
expression - The expressiondiagnostic - the diagnosticpublic void error(java.lang.String message)
message - The messagepublic void error(java.lang.String message,
java.lang.Exception exception)
message - The messageexception - The exceptionpublic void warning(java.lang.String message)
message - The messagepublic void warning(java.lang.String message,
java.lang.Exception exception)
message - The messageexception - The exceptionpublic void info(java.lang.String message)
message - The messagepublic void info(java.lang.String message,
java.lang.Exception exception)
message - The messageexception - The exceptionpublic void debug(java.lang.String message)
message - The message to log