org.apache.geronimo.deployment
Class PluginBootstrap

java.lang.Object
  extended by org.apache.geronimo.deployment.PluginBootstrap

public class PluginBootstrap
extends Object


Constructor Summary
PluginBootstrap()
           
 
Method Summary
 void bootstrap()
           
 void setBuildDir(File buildDir)
           
 void setCarFile(File carFile)
           
 void setLocalRepo(File localRepo)
           
 void setPlan(File plan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginBootstrap

public PluginBootstrap()
Method Detail

setLocalRepo

public void setLocalRepo(File localRepo)

setPlan

public void setPlan(File plan)

setBuildDir

public void setBuildDir(File buildDir)

setCarFile

public void setCarFile(File carFile)

bootstrap

public void bootstrap()
               throws Exception
Throws:
Exception


Copyright © 2006 Apache Software Foundation. All Rights Reserved.