Interface BundleResolver

  • All Known Implementing Classes:
    BundleResolverImpl

    public interface BundleResolver
    Class to resolve an EClassifier to a Bundle.
    Since:
    1.22
    Author:
    Eugen Neufeld
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.osgi.framework.Bundle getEditBundle​(org.eclipse.emf.ecore.EClassifier eClassifier)
      Retrieve the edit bundle for the passed EClassifier.
    • Method Detail

      • getEditBundle

        org.osgi.framework.Bundle getEditBundle​(org.eclipse.emf.ecore.EClassifier eClassifier)
                                         throws BundleResolver.NoBundleFoundException
        Retrieve the edit bundle for the passed EClassifier.
        Parameters:
        eClassifier - The EClassifier to get the edit bundle for
        Returns:
        the Bundle , never null
        Throws:
        BundleResolver.NoBundleFoundException - if no bundle could be found