net.sourceforge.cruisecontrol
Class ServerXMLHelper

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.ServerXMLHelper

public class ServerXMLHelper
extends java.lang.Object

Author:
Jared Richardson jared.richardson@sas.com

this routine encapsulates the config file for the application. it fetches a value from the config file and handles errors.


Constructor Summary
ServerXMLHelper(java.io.File configFile)
           
 
Method Summary
 int getNumThreads()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerXMLHelper

public ServerXMLHelper(java.io.File configFile)
Method Detail

getNumThreads

public int getNumThreads()
Returns:
int the number of threads that CruiseControl should allow to run at the same time to process pending build requests