public interface PgBinaryResolver
BundledPostgresBinaryResolver
Modifier and Type | Method and Description |
---|---|
InputStream |
getPgBinary(String system,
String machineHardware)
Returns an input stream with the postgress binary for the given
systen and hardware architecture.
|
InputStream getPgBinary(String system, String machineHardware) throws IOException
system
- a system identification (Darwin, Linux...)machineHardware
- a machine hardware architecture (x86_64...)IOException
Copyright © 2016. All rights reserved.