Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
TwoTablesTextGraphConfig |
TwoTablesTextGraphConfigFactory.fromProperties(java.util.Properties props) |
static TwoTablesTextGraphConfig |
TwoTablesTextGraphConfig.parse(java.io.InputStream is,
boolean strict,
java.lang.String parentPath)
Parses an input stream.
|
static TwoTablesTextGraphConfig |
TwoTablesTextGraphConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw,
boolean strict,
java.lang.String parentPath)
Parses a raw key/value mapping.
|
static TwoTablesTextGraphConfig |
TwoTablesTextGraphConfig.parse(java.util.Properties props,
boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
TwoTablesTextGraphConfigBuilder |
TwoTablesTextGraphConfigBuilder.copyFrom(TwoTablesTextGraphConfig graphConfig) |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.