Package ddf.catalog.content.operation
Interface MetadataExtractor
public interface MetadataExtractor
Enrich metacard using provided input. This code is experimental. While this interface is
functional and tested, it may change or be removed in a future version of the library.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanProcess(String contentType) getMetacardType(String contentType) voidParses the input string, extracting metadata from it to add to the metacard.
-
Method Details
-
process
Parses the input string, extracting metadata from it to add to the metacard.- Parameters:
metadata- the metadata to processmetacard- the metacard to enrich
-
getMetacardType
-
canProcess
-