Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static PgxConfig |
AbstractPgxConfig.get() |
static PgxConfig |
PgxConfig.parse(InputStream is, boolean strict, File parent)
Parses an input stream.
|
static PgxConfig |
PgxConfig.parse(Map<String,Object> raw, boolean strict, File parent)
Parses a raw key/value mapping.
|
static PgxConfig |
PgxConfig.parse(Properties props, boolean strict)
Parses a properties file.
|
Copyright © 2015. All rights reserved.