org.glassfish.kernel.embedded
Class EmbeddedDeployerImpl
java.lang.Object
org.glassfish.kernel.embedded.EmbeddedDeployerImpl
- All Implemented Interfaces:
- EmbeddedDeployer
@Service
public class EmbeddedDeployerImpl
- extends Object
- implements EmbeddedDeployer
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedDeployerImpl
public EmbeddedDeployerImpl()
getApplicationsDir
public File getApplicationsDir()
- Specified by:
getApplicationsDir in interface EmbeddedDeployer
getAutoDeployDir
public File getAutoDeployDir()
- Specified by:
getAutoDeployDir in interface EmbeddedDeployer
setAutoDeploy
public void setAutoDeploy(boolean flag)
- Specified by:
setAutoDeploy in interface EmbeddedDeployer
deploy
public String deploy(File archive,
DeployCommandParameters params)
- Specified by:
deploy in interface EmbeddedDeployer
deploy
public String deploy(ReadableArchive archive,
DeployCommandParameters params)
- Specified by:
deploy in interface EmbeddedDeployer
undeploy
public void undeploy(String name,
UndeployCommandParameters params)
- Specified by:
undeploy in interface EmbeddedDeployer
undeployAll
public void undeployAll()
- Specified by:
undeployAll in interface EmbeddedDeployer
Copyright © 2012. All Rights Reserved.