public interface ServerSupport
Modifier and Type | Interface and Description |
---|---|
static class |
ServerSupport.Abstract
Abstract server support.
|
Modifier and Type | Method and Description |
---|---|
String |
getConnectionURL()
Gets the connection URL.
|
DialectSupport |
getDialectSupport()
Gets a dialect support object.
|
boolean |
setUp(KeyedGroups supportProperties,
File dataDir)
Sets up the database server.
|
void |
start()
Starts the database server.
|
void |
stop()
Stops the database server.
|
void |
tearDown()
Tears down what has been set up.
|
@Nonnull @CheckReturnValue String getConnectionURL()
@Nonnull @CheckReturnValue DialectSupport getDialectSupport()
Used by tests procedures.
@CheckReturnValue boolean setUp(@Nonnull KeyedGroups supportProperties, @Nonnull File dataDir) throws Exception
supportProperties
- The support configuration properties.dataDir
- The database data directory.Exception
- When appropriate.void start()
void stop()
void tearDown()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.