- java.lang.Object
-
- org.apache.jena.shex.sys.SysShex
-
public class SysShex extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SysShex()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ShexValidatorget()static voidset(ShexValidator validator)Set the current system-wideShexValidator.
-
-
-
Method Detail
-
set
public static void set(ShexValidator validator)
Set the current system-wideShexValidator.
-
get
public static ShexValidator get()
-
-