com.hammurapi.config.bootstrap
Class BootstrapTask

java.lang.Object
  extended by Task
      extended by com.hammurapi.config.bootstrap.BootstrapTask

public class BootstrapTask
extends Task


Constructor Summary
BootstrapTask()
           
 
Method Summary
 void addProperty(Property property)
           
 void execute()
           
 void setCodebase(String codebase)
           
 void setConfigUrl(String configUrl)
           
 void setInheritAll(boolean inheritAll)
           
 void setProfile(String profile)
           
 void setThreads(int threads)
          Thread pool size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapTask

public BootstrapTask()
Method Detail

addProperty

public void addProperty(Property property)

setCodebase

public void setCodebase(String codebase)

setProfile

public void setProfile(String profile)

setInheritAll

public void setInheritAll(boolean inheritAll)

setConfigUrl

public void setConfigUrl(String configUrl)

setThreads

public void setThreads(int threads)
Thread pool size.

Parameters:
threads -

execute

public void execute()
             throws BuildException
Throws:
BuildException