public class SingleFileGraphConfigFactory extends AbstractGraphConfigFactory<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 |
|---|---|
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 SingleFileGraphConfig fromProperties(java.util.Properties props)
AbstractGraphConfigFactoryProperties file.fromProperties in class AbstractGraphConfigFactory<SingleFileGraphConfig>props - the input propertiesCopyright © 2016, 2017 Oracle Corp. All Rights Reserved.