Class PlexusBundlePlan

  • All Implemented Interfaces:
    org.eclipse.sisu.launch.BundlePlan

    public class PlexusBundlePlan
    extends java.lang.Object
    implements org.eclipse.sisu.launch.BundlePlan
    BundlePlan that prepares BindingPublishers for Plexus bundles.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.sisu.inject.MutableBeanLocator locator  
    • Constructor Summary

      Constructors 
      Constructor Description
      PlexusBundlePlan​(org.eclipse.sisu.inject.MutableBeanLocator locator)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static boolean hasPlexusAnnotations​(org.osgi.framework.Bundle bundle)  
      protected static boolean hasPlexusXml​(org.osgi.framework.Bundle bundle)  
      org.eclipse.sisu.inject.BindingPublisher prepare​(org.osgi.framework.Bundle bundle)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • locator

        protected final org.eclipse.sisu.inject.MutableBeanLocator locator
    • Constructor Detail

      • PlexusBundlePlan

        public PlexusBundlePlan​(org.eclipse.sisu.inject.MutableBeanLocator locator)
    • Method Detail

      • prepare

        public org.eclipse.sisu.inject.BindingPublisher prepare​(org.osgi.framework.Bundle bundle)
        Specified by:
        prepare in interface org.eclipse.sisu.launch.BundlePlan
      • hasPlexusAnnotations

        protected static boolean hasPlexusAnnotations​(org.osgi.framework.Bundle bundle)
      • hasPlexusXml

        protected static boolean hasPlexusXml​(org.osgi.framework.Bundle bundle)