java.lang.Object
org.apache.jena.irix.SystemIRIx
System setup and configuration.
This class is not public API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRIProvider
static void
init()
static boolean
isStrictMode
(String scheme) static void
setProvider
(IRIProvider aProvider) static void
strictMode
(String scheme, boolean runStrict) Run in strict mode - the exact definition of "strict" depends on the provider.
-
Constructor Details
-
SystemIRIx
public SystemIRIx()
-
-
Method Details
-
init
public static void init() -
setProvider
-
getProvider
-
strictMode
Run in strict mode - the exact definition of "strict" depends on the provider. When strict a provider should implement to the letter of the specifications, including URI-scheme rules. This strictness should be documented. -
isStrictMode
-