- java.lang.Object
-
- org.apache.jena.shex.sys.InitShex
-
- All Implemented Interfaces:
org.apache.jena.base.module.SubsystemLifecycle,JenaSubsystemLifecycle
public class InitShex extends java.lang.Object implements JenaSubsystemLifecycle
-
-
Constructor Summary
Constructors Constructor Description InitShex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intlevel()voidstart()voidstop()
-
-
-
Method Detail
-
start
public void start()
- Specified by:
startin interfaceorg.apache.jena.base.module.SubsystemLifecycle
-
stop
public void stop()
- Specified by:
stopin interfaceorg.apache.jena.base.module.SubsystemLifecycle
-
level
public int level()
- Specified by:
levelin interfaceorg.apache.jena.base.module.SubsystemLifecycle
-
-