public class SingleFileGraphConfigFactory extends AbstractGraphConfigFactory<oracle.pgx.config.SingleFileGraphConfig>
| Constructor and Description |
|---|
SingleFileGraphConfigFactory()
Instantiates a new file graph config factory.
|
SingleFileGraphConfigFactory(boolean strict)
Instantiates a new file graph config factory.
|
| Modifier and Type | Method and Description |
|---|---|
oracle.pgx.config.SingleFileGraphConfig |
fromProperties(java.util.Properties props)
Parses a graph config given as
Properties file. |
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromPropertiespublic SingleFileGraphConfigFactory()
public SingleFileGraphConfigFactory(boolean strict)
strict - if true, the factory will parse given graph configurations in strict modepublic oracle.pgx.config.SingleFileGraphConfig fromProperties(java.util.Properties props)
AbstractGraphConfigFactoryProperties file.fromProperties in class AbstractGraphConfigFactory<oracle.pgx.config.SingleFileGraphConfig>props - the input propertiesCopyright © 2016 Oracle Corp. All Rights Reserved.