public interface PgBinaryResolver
DefaultPostgresBinaryResolver| 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...)IOExceptionCopyright © 2019. All rights reserved.