public class ImportedBundle extends Object
Constructor and Description |
---|
ImportedBundle(org.osgi.framework.Bundle importingBundle,
String[] importedPackages) |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
getBundle()
Returns the imported bundle.
|
String[] |
getImportedPackages()
Returns an array of imported packages.
|
String |
toString() |
public ImportedBundle(org.osgi.framework.Bundle importingBundle, String[] importedPackages)
public org.osgi.framework.Bundle getBundle()
public String[] getImportedPackages()
Copyright © 2006–2016. All rights reserved.