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