|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeployerService
A Service that can be used to deploy/undeploy bundles or archives to/from the runtime.
| Method Summary | |
|---|---|
Deployment |
createDeployment(BundleInfo info)
Create a deployment from the given bundle info. |
Deployment |
createDeployment(URL url)
Create a deployment from the given location. |
Deployment |
createDeployment(VirtualFile file)
Create a deployment from the given file. |
void |
deploy(Deployment[] bundleDeps)
Deploy an array of bundles |
void |
undeploy(Deployment[] bundleDeps)
Undeploy an array of bundles |
| Method Detail |
|---|
Deployment createDeployment(URL url)
throws BundleException
BundleException
Deployment createDeployment(VirtualFile file)
throws BundleException
BundleException
Deployment createDeployment(BundleInfo info)
throws BundleException
BundleException
void deploy(Deployment[] bundleDeps)
throws BundleException
BundleException
void undeploy(Deployment[] bundleDeps)
throws BundleException
BundleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||