org.apache.geronimo.deployment
Class Bootstrap
java.lang.Object
org.apache.geronimo.deployment.Bootstrap
- public class Bootstrap
- extends Object
Helper class to bootstrap the Geronimo deployer.
- Version:
- $Revision: 1.16 $ $Date: 2004/05/26 07:43:39 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bootstrap
public Bootstrap()
getDeployerJar
public String getDeployerJar()
setDeployerJar
public void setDeployerJar(String deployerJar)
getStoreDir
public String getStoreDir()
setStoreDir
public void setStoreDir(String storeDir)
getRepositoryDir
public String getRepositoryDir()
setRepositoryDir
public void setRepositoryDir(String repositoryDir)
getDeployerSystemPlan
public String getDeployerSystemPlan()
setDeployerSystemPlan
public void setDeployerSystemPlan(String deployerSystemPlan)
getJ2eeDeployerPlan
public String getJ2eeDeployerPlan()
setJ2eeDeployerPlan
public void setJ2eeDeployerPlan(String j2eeDeployerPlan)
getDeployerClassPath
public String getDeployerClassPath()
setDeployerClassPath
public void setDeployerClassPath(String deployerClassPath)
getDeployerGBean
public String getDeployerGBean()
setDeployerGBean
public void setDeployerGBean(String deployerGBean)
getDeploymentFactory
public String getDeploymentFactory()
setDeploymentFactory
public void setDeploymentFactory(String deploymentFactory)
bootstrap
public void bootstrap()
throws Exception
- Throws:
Exception
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.