org.jboss.osgi.spi.util
Class ExportedPackageHelper

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

public final class ExportedPackageHelper
extends Object

A helper the logs the exported packages for a bundle.

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

Constructor Summary
ExportedPackageHelper(BundleContext context)
           
 
Method Summary
 void logExportedPackages(Bundle bundle)
           
 boolean resolveBundle(Bundle bundle)
           
 boolean resolveBundles(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(BundleContext context)
Method Detail

resolveBundle

public boolean resolveBundle(Bundle bundle)

resolveBundles

public boolean resolveBundles(Bundle[] bundles)

logExportedPackages

public void logExportedPackages(Bundle bundle)


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