Package org.apache.jena.query.text
Class InitJenaText
- java.lang.Object
-
- org.apache.jena.query.text.InitJenaText
-
- All Implemented Interfaces:
org.apache.jena.base.module.SubsystemLifecycle,JenaSubsystemLifecycle
public class InitJenaText extends java.lang.Object implements JenaSubsystemLifecycle
-
-
Field Summary
Fields Modifier and Type Field Description static intLEVELstatic intLEVEL_ESstatic intLEVEL_SOLR
-
Constructor Summary
Constructors Constructor Description InitJenaText()
-
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
-
-