org.eclipse.emfforms.internal.core.services.label
Interface BundleResolver

All Known Implementing Classes:
BundleResolverImpl

public interface BundleResolver

Class to resolve an EClass to a Bundle.

Author:
Eugen Neufeld

Nested Class Summary
static class BundleResolver.NoBundleFoundException
          Exception that is used if a bundle could not be found.
 
Method Summary
 org.osgi.framework.Bundle getEditBundle(org.eclipse.emf.ecore.EClass eClass)
          Retrieve the edit bundle for the passed EClass.
 

Method Detail

getEditBundle

org.osgi.framework.Bundle getEditBundle(org.eclipse.emf.ecore.EClass eClass)
                                        throws BundleResolver.NoBundleFoundException
Retrieve the edit bundle for the passed EClass.

Parameters:
eClass - The EClass to get the edit bundle for
Returns:
the Bundle , never null
Throws:
BundleResolver.NoBundleFoundException - if no bundle could be found


Copyright © 2015. All Rights Reserved.