org.jboss.osgi.husky.runtime.osgi
Class ManifestProcessor
java.lang.Object
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' |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ManifestProcessor
public ManifestProcessor(BundleContext context)
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.