org.kuali.rice.test
Class DerbyDBCreationLifecycle
java.lang.Object
org.kuali.rice.test.DerbyDBCreationLifecycle
- All Implemented Interfaces:
- org.kuali.rice.core.lifecycle.Lifecycle
public class DerbyDBCreationLifecycle
- extends Object
- implements org.kuali.rice.core.lifecycle.Lifecycle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DerbyDBCreationLifecycle
public DerbyDBCreationLifecycle(String sqlFile)
isStarted
public boolean isStarted()
- Specified by:
isStarted
in interface org.kuali.rice.core.lifecycle.Lifecycle
start
public void start()
throws Exception
- Specified by:
start
in interface org.kuali.rice.core.lifecycle.Lifecycle
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop
in interface org.kuali.rice.core.lifecycle.Lifecycle
- Throws:
Exception
isDoingDerby
protected boolean isDoingDerby()
getSqlFile
public String getSqlFile()
setSqlFile
public void setSqlFile(String sqlFile)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.