org.sakaiproject.tool.assessment.shared
Class SakaiBootStrap

java.lang.Object
  extended by org.sakaiproject.tool.assessment.shared.SakaiBootStrap

public class SakaiBootStrap
extends Object

This class will be used to initialize the state of the application.

Version:
$Id: SakaiBootStrap.java 9273 2006-05-10 22:34:28Z daisyf@stanford.edu $
Author:
Lance Speelmon

Constructor Summary
SakaiBootStrap()
           
 
Method Summary
 void init()
           
 void setAutoDdl(String value)
          Configuration: to run the ddl on init or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SakaiBootStrap

public SakaiBootStrap()
Method Detail

init

public void init()

setAutoDdl

public void setAutoDdl(String value)
Configuration: to run the ddl on init or not.

Parameters:
value - the auto ddl value.


Copyright © 2004-2012 Sakai Project. All Rights Reserved.