public class H2Manager extends DBManager
| Constructor and Description |
|---|
H2Manager() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildDatabaseClasspath(File dbLocation,
ClassPathBuilder sDatabaseClasspath) |
void |
checkIfDbInstalled(File dbLocation)
Check if database is installed.
|
Class<? extends DBControl> |
getDBControl() |
String |
getLogFileName() |
String |
getRootProperty() |
List<String> |
getSystemProperty() |
public String getLogFileName()
public String getRootProperty()
public void checkIfDbInstalled(File dbLocation) throws CommandException
dbLocation - CommandExceptionpublic void buildDatabaseClasspath(File dbLocation, ClassPathBuilder sDatabaseClasspath) throws CommandException
CommandExceptionCopyright © 2017. All rights reserved.