Class RDFFactory

java.lang.Object
com.inrupt.rdf.wrapping.commons.RDFFactory

public final class RDFFactory extends Object
  • Method Details

    • getInstance

      public static 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