org.eclipse.gemini.blueprint.io.internal.resolver
Class ImportedBundle
java.lang.Object
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)
|
ImportedBundle
public ImportedBundle(org.osgi.framework.Bundle importingBundle,
String[] importedPackages)
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.