Package org.eclipse.sisu.plexus
Class PlexusBundlePlan
java.lang.Object
org.eclipse.sisu.plexus.PlexusBundlePlan
- All Implemented Interfaces:
BundlePlan
BundlePlan
that prepares BindingPublisher
s for Plexus bundles.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
hasPlexusAnnotations
(org.osgi.framework.Bundle bundle) protected static boolean
hasPlexusXml
(org.osgi.framework.Bundle bundle) prepare
(org.osgi.framework.Bundle bundle) Prepares aBindingPublisher
of components for the given bundle.
-
Field Details
-
SUPPORT_BUNDLE_NAME
-
locator
-
-
Constructor Details
-
PlexusBundlePlan
-
-
Method Details
-
prepare
Description copied from interface:BundlePlan
Prepares aBindingPublisher
of components for the given bundle.- Specified by:
prepare
in interfaceBundlePlan
- Parameters:
bundle
- The bundle- Returns:
- Publisher of bindings;
null
if the plan doesn't apply
-
hasPlexusAnnotations
protected static boolean hasPlexusAnnotations(org.osgi.framework.Bundle bundle) -
hasPlexusXml
protected static boolean hasPlexusXml(org.osgi.framework.Bundle bundle)
-