public class DerbyManager extends DBManager
| Constructor and Description |
|---|
DerbyManager() |
| 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()
Note that when using Darwin (Mac), the property,
"-Dderby.storage.fileSyncTransactionLog=True" is defined.
|
public String getLogFileName()
public List<String> getSystemProperty()
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.