Package org.aksw.jena_sparql_api.io.hdt
Class JenaPluginHdt
- java.lang.Object
-
- org.aksw.jena_sparql_api.io.hdt.JenaPluginHdt
-
- All Implemented Interfaces:
org.apache.jena.base.module.SubsystemLifecycle,org.apache.jena.sys.JenaSubsystemLifecycle
public class JenaPluginHdt extends Object implements org.apache.jena.sys.JenaSubsystemLifecycle
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jena.riot.RDFFormatFORMAT_HDTstatic org.apache.jena.riot.LangLANG_HDT
-
Constructor Summary
Constructors Constructor Description JenaPluginHdt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidinit()Register the HDT language with readers and writers.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
-
init
public static void init()
Register the HDT language with readers and writers.
-
-