Uses of Class
oracle.pgx.config.RdfGraphPrefixConfig
-
Packages that use RdfGraphPrefixConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of RdfGraphPrefixConfig in oracle.pgx.config
Methods in oracle.pgx.config that return RdfGraphPrefixConfig Modifier and Type Method Description static RdfGraphPrefixConfigRdfGraphPrefixConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static RdfGraphPrefixConfigRdfGraphPrefixConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static RdfGraphPrefixConfigRdfGraphPrefixConfig. parse(java.util.Properties props, boolean strict)Parses a properties file.Methods in oracle.pgx.config that return types with arguments of type RdfGraphPrefixConfig Modifier and Type Method Description abstract java.util.List<RdfGraphPrefixConfig>AbstractRdfGraphConfig. getPrefixes()java.util.List<RdfGraphPrefixConfig>RdfGraphConfig. getPrefixes()IRI prefixes
-