public class PgNosqlGraphConfigFactory extends AbstractPgGraphConfigFactory<PgNosqlGraphConfig>
Constructor and Description |
---|
PgNosqlGraphConfigFactory(boolean strict)
Instantiates a new PgNosqlGraphConfigFactory.
|
Modifier and Type | Method and Description |
---|---|
PgNosqlGraphConfig |
fromProperties(Properties props)
Parses a graph config given as
Properties file. |
fromClasspath, fromFile, fromFilePath, fromHdfs, fromHttp, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties
public PgNosqlGraphConfigFactory(boolean strict)
strict
- if true, this factory parses in strict mode.public PgNosqlGraphConfig fromProperties(Properties props)
AbstractGraphConfigFactory
Properties
file.fromProperties
in class AbstractGraphConfigFactory<PgNosqlGraphConfig>
props
- the input propertiesCopyright © 2015. All rights reserved.