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