org.apache.geronimo.deployment
Class Bootstrap

java.lang.Object
  extended byorg.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 $

Constructor Summary
Bootstrap()
           
 
Method Summary
 void bootstrap()
           
 String getDeployerClassPath()
           
 String getDeployerGBean()
           
 String getDeployerJar()
           
 String getDeployerSystemPlan()
           
 String getDeploymentFactory()
           
 String getJ2eeDeployerPlan()
           
 String getRepositoryDir()
           
 String getStoreDir()
           
 void setDeployerClassPath(String deployerClassPath)
           
 void setDeployerGBean(String deployerGBean)
           
 void setDeployerJar(String deployerJar)
           
 void setDeployerSystemPlan(String deployerSystemPlan)
           
 void setDeploymentFactory(String deploymentFactory)
           
 void setJ2eeDeployerPlan(String j2eeDeployerPlan)
           
 void setRepositoryDir(String repositoryDir)
           
 void setStoreDir(String storeDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap()
Method Detail

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.