org.apache.karaf.shell.commands.info
Class InfoBundleTrackerCustomizer
java.lang.Object
org.apache.karaf.shell.commands.info.InfoBundleTrackerCustomizer
- All Implemented Interfaces:
- org.osgi.util.tracker.BundleTrackerCustomizer
public class InfoBundleTrackerCustomizer
- extends java.lang.Object
- implements org.osgi.util.tracker.BundleTrackerCustomizer
- Author:
- splatch
Bundle tracker which check manifest headers for informations.
Method Summary |
java.lang.Object |
addingBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event)
|
void |
modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
java.lang.Object object)
|
void |
removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
java.lang.Object object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfoBundleTrackerCustomizer
public InfoBundleTrackerCustomizer(org.osgi.framework.BundleContext context)
addingBundle
public java.lang.Object addingBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event)
-
- Specified by:
addingBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer
modifiedBundle
public void modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
java.lang.Object object)
- Specified by:
modifiedBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer
removedBundle
public void removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
java.lang.Object object)
- Specified by:
removedBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.