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
- CommandException
public void buildDatabaseClasspath(File dbLocation, ClassPathBuilder sDatabaseClasspath) throws CommandException
CommandException
Copyright © 2021. All rights reserved.