org.jboss.osgi.husky.runtime.osgi
Class ManifestProcessor

java.lang.Object
  extended by org.jboss.osgi.husky.runtime.osgi.ManifestProcessor

public class ManifestProcessor
extends Object

Processed the HEADER_TEST_PACKAGE and registers the listeners.

Since:
30-Oct-2009
Author:
Thomas.Diesler@jboss.com

Field Summary
static String HEADER_TEST_PACKAGE
          The manifest header that identifies a bundle as Husky test bundle: 'Test-Package'
 
Constructor Summary
ManifestProcessor(BundleContext context)
           
 
Method Summary
 List<String> getTestPackages(Bundle bundle)
           
 void registerPackageListener(Bundle bundle, List<String> packages)
           
 
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 String HEADER_TEST_PACKAGE
The manifest header that identifies a bundle as Husky test bundle: 'Test-Package'

See Also:
Constant Field Values
Constructor Detail

ManifestProcessor

public ManifestProcessor(BundleContext context)
Method Detail

registerPackageListener

public void registerPackageListener(Bundle bundle,
                                    List<String> packages)

getTestPackages

public List<String> getTestPackages(Bundle bundle)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.