|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AriesApplication
Metadata about an Aries application
| Method Summary | |
|---|---|
ApplicationMetadata |
getApplicationMetadata()
Get the application metadata, which is stored in META-INF/APPLICATION.MF. |
Set<BundleInfo> |
getBundleInfo()
|
DeploymentMetadata |
getDeploymentMetadata()
Get the deployment metadata, which is stored in META-INF/DEPLOYMENT.MF. |
boolean |
isResolved()
Check if the application is resolved or not. |
void |
store(File f)
Persist this metadata. |
void |
store(OutputStream out)
Persist this metadata. |
| Method Detail |
|---|
ApplicationMetadata getApplicationMetadata()
DeploymentMetadata getDeploymentMetadata()
Set<BundleInfo> getBundleInfo()
boolean isResolved()
AriesApplicationManager.install(AriesApplication),
AriesApplicationManager.resolve(AriesApplication, ResolveConstraint...)
void store(File f)
throws FileNotFoundException,
IOException
f - The file to store this metadata to
IOException
FileNotFoundException
void store(OutputStream out)
throws FileNotFoundException,
IOException
out - The output stream to store this metadata to
IOException
FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||