Interface PgBinaryResolver


  • public interface PgBinaryResolver
    A strategy for resolving PostgreSQL binaries.
    See Also:
    BundledPostgresBinaryResolver
    • Method Detail

      • getPgBinary

        InputStream getPgBinary​(String system,
                                String machineHardware)
                         throws IOException
        Returns an input stream with the postgress binary for the given systen and hardware architecture.
        Parameters:
        system - a system identification (Darwin, Linux...)
        machineHardware - a machine hardware architecture (x86_64...)
        Returns:
        the binary
        Throws:
        IOException