java.lang.Object
org.apache.jena.irix.SystemIRIx
System setup and configuration.
This class is not public API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRIProviderstatic voidinit()static booleanisStrictMode(String scheme) static IRIProviderstatic voidreset()static voidsetProvider(IRIProvider aProvider) static voidstrictMode(String scheme, boolean runStrict) Run in strict mode - the exact definition of "strict" depends on the provider.
-
Field Details
-
envVariableProvider
Environment variable used to set the system-wide IRI provider. This must be set when executing the JVM.- See Also:
-
sysPropertyProvider
System property used to set the system-wide IRI provider. If the provider is changed after Jena start-up, callreset()to reset providers.- See Also:
-
-
Constructor Details
-
SystemIRIx
public SystemIRIx()
-
-
Method Details
-
makeFreshSystemProvider
-
init
public static void init() -
reset
public static void reset() -
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
-