org.jboss.osgi.spi.util
Class ExportedPackageHelper

java.lang.Object
  extended by org.jboss.osgi.spi.util.ExportedPackageHelper

public final class ExportedPackageHelper
extends java.lang.Object

A helper the logs the exported packages for a bundle.

Since:
24-Apr-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
ExportedPackageHelper(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void logExportedPackages(org.osgi.framework.Bundle bundle)
           
 boolean resolveBundle(org.osgi.framework.Bundle bundle)
           
 boolean resolveBundles(org.osgi.framework.Bundle[] bundles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportedPackageHelper

public ExportedPackageHelper(org.osgi.framework.BundleContext context)
Method Detail

resolveBundle

public boolean resolveBundle(org.osgi.framework.Bundle bundle)

resolveBundles

public boolean resolveBundles(org.osgi.framework.Bundle[] bundles)

logExportedPackages

public void logExportedPackages(org.osgi.framework.Bundle bundle)


Copyright © 2009. All Rights Reserved.