Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
RealmConfig |
RealmConfigBuilder.build()
Builds the RealmConfig with a
parentPath of null . |
RealmConfig |
RealmConfigBuilder.build(java.lang.String parentPath)
Builds the RealmConfig.
|
static RealmConfig |
RealmConfigBuilder.buildRealmConfig(java.util.function.Consumer<RealmConfigBuilder> builderSetup)
Builds a
RealmConfig in-place |
RealmConfig |
PgxDistConfig.getPgxRealm()
configuration parameters for the realm
|
RealmConfig |
PgxConfig.getPgxRealm()
configuration parameters for the realm
|
static RealmConfig |
RealmConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static RealmConfig |
RealmConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static RealmConfig |
RealmConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
RealmConfigBuilder |
RealmConfigBuilder.putAll(RealmConfig config)
Puts all values from the given config into this builder
|
PgxConfigBuilder |
PgxConfigBuilder.setPgxRealm(RealmConfig pgxRealm)
configuration parameters for the realm
|
Constructor and Description |
---|
RealmConfigBuilder(RealmConfig config)
Constructs a RealmConfigBuilder initialized with the values from the given config
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.