com.hammurapi.config.bootstrap
Class BootstrapTask
java.lang.Object
Task
com.hammurapi.config.bootstrap.BootstrapTask
public class BootstrapTask
- extends Task
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BootstrapTask
public BootstrapTask()
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