Package oracle.pgx.config
Class TwoTablesTextGraphConfigFactory
java.lang.Object
oracle.pgx.config.AbstractConfigFactory<T>
oracle.pgx.config.AbstractGraphConfigFactory<TwoTablesTextGraphConfig>
oracle.pgx.config.TwoTablesTextGraphConfigFactory
public class TwoTablesTextGraphConfigFactory
extends AbstractGraphConfigFactory<TwoTablesTextGraphConfig>
A factory for creating TwoTablesTextGraphConfig objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromProperties(Properties props) Parses a configuration object fromProperties.Methods inherited from class oracle.pgx.config.AbstractConfigFactory
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties
-
Constructor Details
-
TwoTablesTextGraphConfigFactory
public TwoTablesTextGraphConfigFactory(boolean strict)
-
-
Method Details
-
fromProperties
Description copied from class:AbstractConfigFactoryParses a configuration object fromProperties.- Specified by:
fromPropertiesin classAbstractConfigFactory<TwoTablesTextGraphConfig>- Parameters:
props- the input properties- Returns:
- the configuration object
-