public interface RdbmsPopulatorService<T>
extends org.arquillian.ape.spi.PopulatorService<T>
| Modifier and Type | Method and Description |
|---|---|
void |
clean(List<String> resources)
Method executed to clean model data.
|
void |
connect(URI jdbc,
String username,
String password,
Class<?> driver,
Map<String,Object> customOptions)
Methods called to connect to the backend.
|
void |
disconnect()
Method called to disconnect from the backend.
|
void |
execute(List<String> resources)
Method executed to populate model data.
|
void connect(URI jdbc, String username, String password, Class<?> driver, Map<String,Object> customOptions)
jdbc - uri to coonnectcustomOptions - to use for connection.void disconnect()
void execute(List<String> resources)
resources - used to populate. The meaning of this string depends on implementators. Some might treat this as directory,
others like specific files (being in classpath or not), ...Copyright © 2018 JBoss by Red Hat. All rights reserved.