Uses of Class
oracle.pgx.config.RdfGraphConfig
-
Packages that use RdfGraphConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of RdfGraphConfig in oracle.pgx.config
Methods in oracle.pgx.config that return RdfGraphConfig Modifier and Type Method Description RdfGraphConfigRdfGraphConfigFactory. fromProperties(java.util.Properties props)static RdfGraphConfigRdfGraphConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static RdfGraphConfigRdfGraphConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static RdfGraphConfigRdfGraphConfig. parse(java.util.Properties props, boolean strict)Parses a properties file.Methods in oracle.pgx.config with parameters of type RdfGraphConfig Modifier and Type Method Description RdfGraphConfigBuilderRdfGraphConfigBuilder. copyFrom(RdfGraphConfig graphConfig)
-