org.eclipse.gemini.blueprint.io.internal.resolver
Class ImportedBundle

java.lang.Object
  extended by org.eclipse.gemini.blueprint.io.internal.resolver.ImportedBundle

public class ImportedBundle
extends Object

Importing bundle information.

Author:
Costin Leau

Constructor Summary
ImportedBundle(org.osgi.framework.Bundle importingBundle, String[] importedPackages)
           
 
Method Summary
 org.osgi.framework.Bundle getBundle()
          Returns the imported bundle.
 String[] getImportedPackages()
          Returns an array of imported packages.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportedBundle

public ImportedBundle(org.osgi.framework.Bundle importingBundle,
                      String[] importedPackages)
Method Detail

getBundle

public org.osgi.framework.Bundle getBundle()
Returns the imported bundle.

Returns:
importing bundle

getImportedPackages

public String[] getImportedPackages()
Returns an array of imported packages.

Returns:
a non-null array of String representing the imported packages

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2012. All Rights Reserved.