org.glassfish.kernel.embedded
Class EmbeddedDeployerImpl

java.lang.Object
  extended by org.glassfish.kernel.embedded.EmbeddedDeployerImpl
All Implemented Interfaces:
EmbeddedDeployer

@Service
public class EmbeddedDeployerImpl
extends Object
implements EmbeddedDeployer

Author:
Jerome Dochez

Constructor Summary
EmbeddedDeployerImpl()
           
 
Method Summary
 String deploy(File archive, DeployCommandParameters params)
           
 String deploy(ReadableArchive archive, DeployCommandParameters params)
           
 File getApplicationsDir()
           
 File getAutoDeployDir()
           
 void setAutoDeploy(boolean flag)
           
 void undeploy(String name, UndeployCommandParameters params)
           
 void undeployAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedDeployerImpl

public EmbeddedDeployerImpl()
Method Detail

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.