Uses of Class
org.eclipse.rdf4j.common.lang.FileFormat
-
Packages that use FileFormat Package Description org.eclipse.rdf4j.common.io org.eclipse.rdf4j.common.lang org.eclipse.rdf4j.common.lang.service -
-
Uses of FileFormat in org.eclipse.rdf4j.common.io
Methods in org.eclipse.rdf4j.common.io that return FileFormat Modifier and Type Method Description FileFormatSink. getFileFormat()Get theFileFormatthis sink uses.Methods in org.eclipse.rdf4j.common.io with parameters of type FileFormat Modifier and Type Method Description default booleanSink. acceptsFileFormat(FileFormat format)Check if this Sink accepts the suppliedFileFormat. -
Uses of FileFormat in org.eclipse.rdf4j.common.lang
Methods in org.eclipse.rdf4j.common.lang with type parameters of type FileFormat Modifier and Type Method Description static <FF extends FileFormat>
Optional<FF>FileFormat. matchFileName(String fileName, Iterable<FF> fileFormats)Tries to match the specified file name with the file extensions of the supplied file formats.static <FF extends FileFormat>
Optional<FF>FileFormat. matchMIMEType(String mimeType, Iterable<FF> fileFormats)Tries to match the specified MIME type with the MIME types of the supplied file formats. -
Uses of FileFormat in org.eclipse.rdf4j.common.lang.service
Classes in org.eclipse.rdf4j.common.lang.service with type parameters of type FileFormat Modifier and Type Class Description classFileFormatServiceRegistry<FF extends FileFormat,S>A specialServiceRegistryforFileFormatrelated services.
-