Class RDFFactory


  • public final class RDFFactory
    extends Object
    Provider for Commons RDF implementations.
    • Method Detail

      • getInstance

        public static org.apache.commons.rdf.api.RDF getInstance()
        Creates an RDF implementation by using the ServiceLoader.load(Class) method.
        Returns:
        the first RDF implementation found
        Throws:
        IllegalStateException - if there are no available RDF implementations