All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.flapdoodle.embed.process.store.NonCachedPostgresArtifactStoreBuilder Maven / Gradle / Ivy

The newest version!
package de.flapdoodle.embed.process.store;

public class NonCachedPostgresArtifactStoreBuilder extends PostgresArtifactStoreBuilder {

    @Override
    public IArtifactStore build() {
        return new PostgresArtifactStore(get(DOWNLOAD_CONFIG), get(TEMP_DIR_FACTORY), get(EXECUTABLE_NAMING), get(DOWNLOADER));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy