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(Properties props)
Parses a graph config given as
Properties file. |
fromClasspath, fromFile, fromFilePath, fromHdfs, fromHttp, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties
public FileGraphConfigFactory()
public FileGraphConfigFactory(boolean strict)
strict
- if true, the factory will parse given graph configurations in strict modepublic FileGraphConfig fromProperties(Properties props)
AbstractGraphConfigFactory
Properties
file.fromProperties
in class AbstractGraphConfigFactory<FileGraphConfig>
props
- the input propertiesCopyright © 2015. All rights reserved.