org.jboss.osgi.husky.runtime.osgi
Class HuskyExtender

java.lang.Object
  extended by org.jboss.osgi.husky.runtime.osgi.HuskyExtender
All Implemented Interfaces:
java.util.EventListener, BundleListener, SynchronousBundleListener

public class HuskyExtender
extends java.lang.Object
implements SynchronousBundleListener

The Husky extender is a BundleListener that checkes the HEADER_TEST_PACKAGE

Since:
17-May-2009
Author:
Thomas.Diesler@jboss.com

Field Summary
static java.lang.String HEADER_TEST_PACKAGE
          The manifest header that identifies a bundle as Husky test bundle: 'Test-Package'
 
Constructor Summary
HuskyExtender(BundleContext context)
           
 
Method Summary
 void bundleChanged(BundleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER_TEST_PACKAGE

public static final java.lang.String HEADER_TEST_PACKAGE
The manifest header that identifies a bundle as Husky test bundle: 'Test-Package'

See Also:
Constant Field Values
Constructor Detail

HuskyExtender

public HuskyExtender(BundleContext context)
Method Detail

bundleChanged

public void bundleChanged(BundleEvent event)
Specified by:
bundleChanged in interface BundleListener


Copyright © 2009. All Rights Reserved.