Class IRIxResolverUtils
java.lang.Object
org.aksw.jenax.arq.util.irixresolver.IRIxResolverUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.irix.IRIxnewIRIxAsGiven(String baseIri) static org.apache.jena.irix.IRIxResolverstatic org.apache.jena.irix.IRIxResolvernewIRIxResolverAsGiven(String baseIri) Create a resolver that can resolve against a baseIri "as given" - the base Iri may be null or a relative IRI e.g.
-
Constructor Details
-
IRIxResolverUtils
public IRIxResolverUtils()
-
-
Method Details
-
newIRIxResolverAsGiven
public static org.apache.jena.irix.IRIxResolver newIRIxResolverAsGiven() -
newIRIxResolverAsGiven
Create a resolver that can resolve against a baseIri "as given" - the base Iri may be null or a relative IRI e.g. base("foo/").resolve("bar) -> "foo/bar" TODO Right now this method requires trailing slashes - should be allow base("foo").resolve("bar) -> "foobar" ? For this purposeIRIx.create(String)is used. -
newIRIxAsGiven
-