public class

PlexusBundlePlan

extends Object
implements BundlePlan
java.lang.Object
   ↳ org.eclipse.sisu.plexus.PlexusBundlePlan

Class Overview

BundlePlan that prepares BindingPublishers for Plexus bundles.

Summary

Fields
protected final MutableBeanLocator locator
Public Constructors
PlexusBundlePlan(MutableBeanLocator locator)
Public Methods
BindingPublisher prepare(Bundle bundle)
Protected Methods
static boolean hasPlexusAnnotations(Bundle bundle)
static boolean hasPlexusXml(Bundle bundle)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.eclipse.sisu.launch.BundlePlan

Fields

protected final MutableBeanLocator locator

Public Constructors

public PlexusBundlePlan (MutableBeanLocator locator)

Public Methods

public BindingPublisher prepare (Bundle bundle)

Protected Methods

protected static boolean hasPlexusAnnotations (Bundle bundle)

protected static boolean hasPlexusXml (Bundle bundle)