Package org.eclipse.emf.common
Class EMFPlugin.InternalHelper
java.lang.Object
org.eclipse.emf.common.EMFPlugin.InternalHelper
- Enclosing class:
- EMFPlugin
This just provides a common delegate for non-UI and UI plug-in classes.
It is not considered API and should not be used by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.core.runtime.Pluginprotected ResourceBundleprotected ResourceBundle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.osgi.framework.BundleFetches the image associated with the given key.protected org.eclipse.core.runtime.ILoggetLog()Return the plugin ID.void
-
Field Details
-
plugin
protected org.eclipse.core.runtime.Plugin plugin -
resourceBundle
-
untranslatedResourceBundle
-
-
Constructor Details
-
InternalHelper
public InternalHelper(org.eclipse.core.runtime.Plugin plugin)
-
-
Method Details
-
getBundle
protected org.osgi.framework.Bundle getBundle() -
getLog
protected org.eclipse.core.runtime.ILog getLog() -
getSymbolicName
Return the plugin ID. -
getBaseURL
-
getImage
Fetches the image associated with the given key. It ensures that the image exists.- Parameters:
key- the key of the image to fetch.- Returns:
- the description of the image associated with the key.
- Throws:
IOException- if an image doesn't exist.
-
getString
-
getString
-
log
-