jena
Class schemagen.SchemagenUtils

java.lang.Object
  extended by jena.schemagen.SchemagenUtils
Enclosing class:
schemagen

public static class schemagen.SchemagenUtils
extends Object

Utility method container


Constructor Summary
schemagen.SchemagenUtils()
           
 
Method Summary
static String urlCheck(String uriOrFile)
          Return a URI formed from the given string, unchanged if it's already a URI or converted to a file URI otherwise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

schemagen.SchemagenUtils

public schemagen.SchemagenUtils()
Method Detail

urlCheck

public static String urlCheck(String uriOrFile)
Return a URI formed from the given string, unchanged if it's already a URI or converted to a file URI otherwise. If not recognisable as a URL, abort.



Licenced under the Apache License, Version 2.0