|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImportBundle
Represents the Import-Bundle header in a BundleManifest.
Concurrent Semantics
May not be thread-safe.
| Method Summary | |
|---|---|
ImportedBundle |
addImportedBundle(java.lang.String bundleSymbolicName)
Adds an import of the bundle with the supplied symbolic name to this Import-Bundle header. |
java.util.List<ImportedBundle> |
getImportedBundles()
Returns a List of the bundles that are imported. |
| Methods inherited from interface com.springsource.util.osgi.manifest.Parseable |
|---|
resetFromParseString, toParseString |
| Method Detail |
|---|
java.util.List<ImportedBundle> getImportedBundles()
List of the bundles that are imported. Returns an empty List if no bundles
are imported.
ImportedBundle addImportedBundle(java.lang.String bundleSymbolicName)
Import-Bundle header.
bundleSymbolicName - The name of the imported bundle
ImportBundle.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||