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