|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExportPackage
Represents the Export-Package header in a BundleManifest.
Concurrent Semantics
May not be thread-safe.
| Method Summary | |
|---|---|
ExportedPackage |
addExportedPackage(java.lang.String packageName)
Adds an export of the package with the supplied name to this Export-Package header. |
java.util.List<ExportedPackage> |
getExportedPackages()
Returns a List of the packages that are exported. |
| Methods inherited from interface com.springsource.util.osgi.manifest.Parseable |
|---|
resetFromParseString, toParseString |
| Method Detail |
|---|
java.util.List<ExportedPackage> getExportedPackages()
List of the packages that are exported. Returns an empty List if no packages
are exported.
ExportedPackage addExportedPackage(java.lang.String packageName)
Export-Package header.
packageName - The name of the exported package.
ExportedPackage.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||