Package org.eclipse.rdf4j.rio.helpers
Class RioFileTypeDetector
- java.lang.Object
-
- java.nio.file.spi.FileTypeDetector
-
- org.eclipse.rdf4j.rio.helpers.RioFileTypeDetector
-
public class RioFileTypeDetector extends java.nio.file.spi.FileTypeDetector
An implementation of FileTypeDetector which uses theRDFParserRegistry
to find supported file types and their extensions.
-
-
Constructor Summary
Constructors Constructor Description RioFileTypeDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
probeContentType(java.nio.file.Path path)
-