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