public abstract class StorageConfig extends ModuleConfig
Simple data structure for describing storage configuration options
autoStart, id, moduleClass, name
Constructor and Description |
---|
StorageConfig() |
Modifier and Type | Method and Description |
---|---|
abstract void |
setStorageIdentifier(java.lang.String name)
Configure with the given storage identifier.
It can be used to configure a file name or a table name in a relational DB |
clone