|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract public interface EmbeddedDeployer
Service to deploy applications to the embedded server.
| Method Summary | |
|---|---|
String |
deploy(File archive,
DeployCommandParameters params)
Deploys a file or directory to the servers passing the deployment command parameters Starts the server if it is not started yet. |
String |
deploy(ReadableArchive archive,
DeployCommandParameters params)
Deploys an archive abstraction to the servers passing the deployment command parameters |
File |
getApplicationsDir()
Returns the location of the applications directory, where deployed applications are saved. |
File |
getAutoDeployDir()
Returns the location of the auto-deploy directory. |
void |
setAutoDeploy(boolean flag)
Enables or disables the auto-deployment feature |
void |
undeploy(String name,
UndeployCommandParameters params)
Undeploys a previously deployed application |
void |
undeployAll()
Undeploys all deployed applications. |
| Method Detail |
|---|
File getApplicationsDir()
File getAutoDeployDir()
void setAutoDeploy(boolean flag)
flag - set to true to enable, false to disable
String deploy(File archive,
DeployCommandParameters params)
archive - archive or directory of the applicationparams - deployment command parameters
String deploy(ReadableArchive archive,
DeployCommandParameters params)
archive - archive or directory of the applicationparams - deployment command parameters
void undeploy(String name,
UndeployCommandParameters params)
name - name returned by EmbeddedDeployer#deploy(File, org.glassfish.api.deployment.DeployCommandParametersparams - the undeployment parameters, can be null for default valuesvoid undeployAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||