org.apache.geronimo.mavenplugins.car
Class PluginBootstrap2

java.lang.Object
  extended by org.apache.geronimo.mavenplugins.car.PluginBootstrap2

public class PluginBootstrap2
extends java.lang.Object

Version:
$Rev: 1307840 $ $Date: 2012-04-01 00:13:05 +0800 (Sun, 01 Apr 2012) $

Constructor Summary
PluginBootstrap2()
           
 
Method Summary
 void bootstrap()
           
 void setBuildDir(java.io.File buildDir)
           
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
           
 void setCarFile(java.io.File carFile)
           
 void setExpanded(boolean expanded)
           
 void setLocalRepo(java.io.File localRepo)
           
 void setPlan(java.io.File plan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginBootstrap2

public PluginBootstrap2()
Method Detail

setLocalRepo

public void setLocalRepo(java.io.File localRepo)

setPlan

public void setPlan(java.io.File plan)

setBuildDir

public void setBuildDir(java.io.File buildDir)

setCarFile

public void setCarFile(java.io.File carFile)

setExpanded

public void setExpanded(boolean expanded)

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext bundleContext)

bootstrap

public void bootstrap()
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.