Interface FormatCapabilityProvider
public interface FormatCapabilityProvider
This interface allows to expose the notion of supported formats. Examples of application include
ReformattingExporters and RDFLifters. This interface should be implemented by the
ExtensionFactory.- Author:
- Manuel Fiorelli
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<DataFormat>getFormatForFilename(String filename) default Optional<DataFormat>getFormatForMIME(String mime)
-
Method Details
-
getFormats
List<DataFormat> getFormats() -
getFormatForFilename
-
getFormatForMIME
-