public interface PrepareDataStoreParameters extends ExtensionBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
void |
post(DataStoreParameters storeParamters,
PrepareContext context) |
void |
pre(DataStoreParameters storeParamters,
PrepareContext context) |
DataStoreParameters |
prepare(DataStoreParameters storeParamters,
PrepareContext context) |
create, create, create
void pre(DataStoreParameters storeParamters, PrepareContext context)
void post(DataStoreParameters storeParamters, PrepareContext context)
DataStoreParameters prepare(DataStoreParameters storeParamters, PrepareContext context) throws BaseException
BaseException
String getName()
String getDescription()