| Package | Description |
|---|---|
| org.eclipse.emf.common |
Provides a collection of subpackages to support the EMF
infrastructure.
|
| org.eclipse.emf.common.util |
Provides basic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonPlugin
The Plugin for the model EMF.Common library.
|
static class |
CommonPlugin.Implementation
The actual implementation of the Eclipse Plugin.
|
class |
EMFPlugin
EMF must run
within an Eclipse workbench,
within a headless Eclipse workspace,
or just stand-alone as part of some other application.
|
static class |
EMFPlugin.EclipsePlugin
The actual implementation of an Eclipse Plugin.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLocator[] |
EMFPlugin.delegateResourceLocators |
| Modifier and Type | Method and Description |
|---|---|
protected ResourceLocator[] |
EMFPlugin.getDelegateResourceLocators() |
abstract ResourceLocator |
EMFPlugin.getPluginResourceLocator()
Returns an Eclipse plugin implementation of a resource locator.
|
ResourceLocator |
CommonPlugin.getPluginResourceLocator() |
protected ResourceLocator |
EMFPlugin.getPrimaryResourceLocator() |
| Constructor and Description |
|---|
EMFPlugin(ResourceLocator[] delegateResourceLocators) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingResourceLocator
An abstract resource locator implementation
comprising a
primary locator
and a series delegate locators. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResourceLocator[] |
DelegatingResourceLocator.getDelegateResourceLocators()
Returns the delegate resource locators.
|
protected abstract ResourceLocator |
DelegatingResourceLocator.getPrimaryResourceLocator()
Returns the primary resource locator.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature