net.sourceforge.cruisecontrol.bootstrappers
Class LockFileBootstrapper

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.bootstrappers.LockFileBootstrapper
All Implemented Interfaces:
Bootstrapper, java.io.Serializable

public class LockFileBootstrapper
extends java.lang.Object
implements Bootstrapper

See Also:
Serialized Form

Constructor Summary
LockFileBootstrapper()
           
 
Method Summary
 void bootstrap()
          Perform the bootstrapping.
 void setLockFile(java.lang.String path)
           
 void setProjectName(java.lang.String name)
           
 void validate()
          Called after the configuration is read to make sure that all the mandatory parameters were specified..
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockFileBootstrapper

public LockFileBootstrapper()
Method Detail

bootstrap

public void bootstrap()
               throws CruiseControlException
Description copied from interface: Bootstrapper
Perform the bootstrapping.

Specified by:
bootstrap in interface Bootstrapper
Throws:
CruiseControlException - if bootstrap fails

validate

public void validate()
              throws CruiseControlException
Description copied from interface: Bootstrapper
Called after the configuration is read to make sure that all the mandatory parameters were specified..

Specified by:
validate in interface Bootstrapper
Throws:
CruiseControlException - if there was a configuration error.

setLockFile

public void setLockFile(java.lang.String path)

setProjectName

public void setProjectName(java.lang.String name)