| Package | Description |
|---|---|
| de.flapdoodle.embed.process.store | |
| ru.yandex.qatools.embed.postgresql | |
| ru.yandex.qatools.embed.postgresql.config |
| Modifier and Type | Method and Description |
|---|---|
PostgresArtifactStoreBuilder |
PostgresArtifactStoreBuilder.defaults(Command command) |
| Modifier and Type | Method and Description |
|---|---|
static Command |
Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
static de.flapdoodle.embed.process.config.IRuntimeConfig |
PostgresStarter.runtimeConfig(Command cmd) |
| Constructor and Description |
|---|
PackagePaths(Command command,
de.flapdoodle.embed.process.io.directories.IDirectory tempDir) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeConfigBuilder |
RuntimeConfigBuilder.defaults(Command command) |
PostgresDownloadConfigBuilder |
PostgresDownloadConfigBuilder.defaultsForCommand(Command command) |
RuntimeConfigBuilder |
RuntimeConfigBuilder.defaultsWithLogger(Command command,
org.slf4j.Logger logger) |
static de.flapdoodle.embed.process.config.io.ProcessOutput |
PostgresProcessOutputConfig.getDefaultInstance(Command command) |
static de.flapdoodle.embed.process.config.io.ProcessOutput |
PostgresProcessOutputConfig.getInstance(Command command,
org.slf4j.Logger logger) |
| Constructor and Description |
|---|
AbstractPostgresConfig(AbstractPostgresConfig config,
Command postgres) |
PostgresConfig(AbstractPostgresConfig config,
Command command) |
PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
AbstractPostgresConfig.Net network,
AbstractPostgresConfig.Storage storage,
AbstractPostgresConfig.Timeout timeout,
AbstractPostgresConfig.Credentials cred,
Command command) |
SupportConfig(Command command) |
Copyright © 2018 Yandex. All rights reserved.