| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.io |
Spring IO abstraction over the OSGi resource loading APIs.
|
| org.eclipse.gemini.blueprint.io.internal.resolver |
| Modifier and Type | Method and Description |
|---|---|
private void |
OsgiBundleResourcePatternResolver.findImportedBundleMatchingResource(ImportedBundle importedBundle,
java.lang.String rootPath,
java.lang.String path,
java.util.Collection<java.lang.String> foundPaths)
Searches for the given pattern inside the imported bundle.
|
| Modifier and Type | Method and Description |
|---|---|
ImportedBundle[] |
DependencyResolver.getImportedBundles(org.osgi.framework.Bundle bundle)
Returns the bundles imported by the given bundle.
|
ImportedBundle[] |
PackageAdminResolver.getImportedBundles(org.osgi.framework.Bundle bundle) |