Package org.eclipse.sisu.plexus
Class PlexusBundlePlan
- java.lang.Object
-
- org.eclipse.sisu.plexus.PlexusBundlePlan
-
- All Implemented Interfaces:
org.eclipse.sisu.launch.BundlePlan
public class PlexusBundlePlan extends java.lang.Object implements org.eclipse.sisu.launch.BundlePlan
BundlePlan
that preparesBindingPublisher
s 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)
-
-
-
Method Detail
-
prepare
public org.eclipse.sisu.inject.BindingPublisher prepare(org.osgi.framework.Bundle bundle)
- Specified by:
prepare
in interfaceorg.eclipse.sisu.launch.BundlePlan
-
hasPlexusAnnotations
protected static boolean hasPlexusAnnotations(org.osgi.framework.Bundle bundle)
-
hasPlexusXml
protected static boolean hasPlexusXml(org.osgi.framework.Bundle bundle)
-
-