Package org.eclipse.rdf4j.rio.hdt
Class HDTParserFactory
- java.lang.Object
-
- org.eclipse.rdf4j.rio.hdt.HDTParserFactory
-
- All Implemented Interfaces:
RDFParserFactory
public class HDTParserFactory extends Object implements RDFParserFactory
AnRDFParserFactory
for HDT parsers.- Author:
- Bart Hanssens
-
-
Constructor Summary
Constructors Constructor Description HDTParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HDTParser
getParser()
Returns a new instance ofHDTParser
.RDFFormat
getRDFFormat()
ReturnsRDFFormat.HDT
.
-
-
-
Method Detail
-
getRDFFormat
public RDFFormat getRDFFormat()
ReturnsRDFFormat.HDT
.- Specified by:
getRDFFormat
in interfaceRDFParserFactory
-
getParser
public HDTParser getParser()
Returns a new instance ofHDTParser
.- Specified by:
getParser
in interfaceRDFParserFactory
-
-