Interface MutableOptionalDatabaseNameHolder
- All Superinterfaces:
OptionalDatabaseNameHolder
A
MutableOptionalDatabaseNameHolder is a
OptionalDatabaseNameHolder whose database name can be set and
removed programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the database name of the currentMutableOptionalDatabaseNameHolder.voidsetDatabaseName(String databaseName) Sets the database name of the currentMutableOptionalDatabaseNameHolder.Methods inherited from interface OptionalDatabaseNameHolder
getDatabaseName, hasDatabaseName
-
Method Details
-
removeDatabaseName
void removeDatabaseName()Removes the database name of the currentMutableOptionalDatabaseNameHolder. -
setDatabaseName
Sets the database name of the currentMutableOptionalDatabaseNameHolder.- Parameters:
databaseName-- Throws:
RuntimeException- if the given databaseName is null or blank
-