|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentMetadata
Represents the parsed contents of a DEPLOYMENT.MF file
| Method Summary | |
|---|---|
List<DeploymentContent> |
getApplicationDeploymentContents()
get the value of the Deployed-Content header |
ApplicationMetadata |
getApplicationMetadata()
Obtain the associated ApplicationMetadata. |
List<DeploymentContent> |
getApplicationProvisionBundles()
get the value of the Provision-Bundle header |
String |
getApplicationSymbolicName()
get the value of the Application-SymbolicName header |
org.osgi.framework.Version |
getApplicationVersion()
get the value of the Application-Version header |
Collection<org.osgi.framework.Filter> |
getDeployedServiceImport()
Get the list of DeployedService-Import |
Collection<DeploymentContent> |
getDeployedUseBundle()
get the value of Deployed-UseBundle header |
Map<String,String> |
getHeaders()
get the contents of deployment manifest in a map |
Collection<Content> |
getImportPackage()
get the value of Import-Package |
void |
store(File f)
Persist this metadata as Manifest-formatted text. |
void |
store(OutputStream out)
Persist this metadata. |
| Method Detail |
|---|
String getApplicationSymbolicName()
org.osgi.framework.Version getApplicationVersion()
List<DeploymentContent> getApplicationDeploymentContents()
List<DeploymentContent> getApplicationProvisionBundles()
Collection<DeploymentContent> getDeployedUseBundle()
Collection<Content> getImportPackage()
Collection<org.osgi.framework.Filter> getDeployedServiceImport()
Map<String,String> getHeaders()
ApplicationMetadata getApplicationMetadata()
ApplicationMetadata.
void store(File f)
throws IOException
f - The file to store this metadata to
IOException
void store(OutputStream out)
throws IOException
out - The OutputStream to store this metadata to.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||