public interface StorageConf
| Modifier and Type | Method and Description |
|---|---|
String |
getLongDescription()
Description explaining advantages and disadvantages of the storage.
|
String |
getShortDescription()
A one line description (for displaying in a list or else).
|
void |
validate()
Validates the storage configuration (e.g.a database could validate the
current database scheme against a persisted one and offer a migration
guide if changes were detected).
|
void validate()
throws StorageConfValidationException
StorageConfValidationException - if the storage configuration
validation failsString getShortDescription()
String getLongDescription()
Copyright © 2018. All rights reserved.