Class IRIProviderJDK

java.lang.Object
org.apache.jena.irix.IRIProviderJDK
All Implemented Interfaces:
IRIProvider

public class IRIProviderJDK extends Object implements IRIProvider
IRIProvider implemented using java.net.URI.

For information : do not use in production.

Issues with java.net.URI:

  • It does not resolve correctly e.g. "http://host" and "path" => "http://hostpath" not "http://host/path"
  • Does not resolve with "" correctly.
  • Generates file:/path URIs
  • Constructor Details

    • IRIProviderJDK

      public IRIProviderJDK()
  • Method Details