| Package | Description |
|---|---|
| ru.yandex.qatools.embed.postgresql | |
| ru.yandex.qatools.embed.postgresql.config |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPGProcess<E extends de.flapdoodle.embed.process.runtime.Executable<PostgresConfig,P>,P extends de.flapdoodle.embed.process.runtime.IStopable> |
class |
PostgresStarter<E extends AbstractPGExecutable<PostgresConfig,P>,P extends AbstractPGProcess<E,P>>
Starter for every pg process
|
| Modifier and Type | Method and Description |
|---|---|
<E extends AbstractPGExecutable<PostgresConfig,P>,P extends AbstractPGProcess> |
Command.executableClass() |
static <E extends AbstractPGExecutable<PostgresConfig,P>,P extends AbstractPGProcess<E,P>> |
PostgresStarter.getCommand(Command command) |
static <E extends AbstractPGExecutable<PostgresConfig,P>,P extends AbstractPGProcess<E,P>> |
PostgresStarter.getCommand(Command command,
de.flapdoodle.embed.process.config.IRuntimeConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
CreateuserProcess.getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet exe) |
protected List<String> |
PostgresProcess.getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet exe) |
protected List<String> |
PsqlProcess.getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet exe) |
protected E |
PostgresStarter.newExecutable(PostgresConfig config,
de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.config.IRuntimeConfig runtime,
de.flapdoodle.embed.process.extract.IExtractedFileSet exe) |
protected void |
AbstractPGProcess.onBeforeProcessStart(ProcessBuilder processBuilder,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig) |
static boolean |
PostgresProcess.shutdownPostgres(PostgresConfig config) |
protected PsqlProcess |
PsqlExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtime) |
protected CreateuserProcess |
CreateuserExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtime) |
protected PostgresProcess |
PostgresExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtime) |
| Constructor and Description |
|---|
AbstractPGProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
E executable) |
CreateuserExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
de.flapdoodle.embed.process.extract.IExtractedFileSet redisdExecutable) |
CreateuserProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
E executable) |
PostgresExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
de.flapdoodle.embed.process.extract.IExtractedFileSet exe) |
PostgresProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
PostgresExecutable executable) |
PsqlExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
de.flapdoodle.embed.process.extract.IExtractedFileSet redisdExecutable) |
PsqlProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
PostgresConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
E executable) |
| Modifier and Type | Method and Description |
|---|---|
static PostgresConfig |
PostgresConfig.defaultWithDbName(String dbName) |
static PostgresConfig |
PostgresConfig.defaultWithDbName(String dbName,
String user,
String password) |
Copyright © 2015 Yandex. All Rights Reserved.