Class PlexusBundlePlan

java.lang.Object
org.eclipse.sisu.plexus.PlexusBundlePlan
All Implemented Interfaces:
org.eclipse.sisu.launch.BundlePlan

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

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

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

    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 Details

    • locator

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

    • PlexusBundlePlan

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

    • 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)