public interface BundleResolver
Modifier and Type | Interface and Description |
---|---|
static class |
BundleResolver.NoBundleFoundException
Exception that is used if a bundle could not be found.
|
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
getEditBundle(org.eclipse.emf.ecore.EClassifier eClassifier)
Retrieve the edit bundle for the passed EClassifier.
|
org.osgi.framework.Bundle getEditBundle(org.eclipse.emf.ecore.EClassifier eClassifier) throws BundleResolver.NoBundleFoundException
eClassifier
- The EClassifier to get the edit bundle forBundleResolver.NoBundleFoundException
- if no bundle could be foundCopyright © 2019. All rights reserved.