-
- All Implemented Interfaces:
public interface ResourceContentExtractor.Factory
-
-
Method Summary
Modifier and Type Method Description abstract ResourceContentExtractorcreateExtractor(Resource resource)Creates a ResourceContentExtractor instance for the given resource. -
-
Method Detail
-
createExtractor
abstract ResourceContentExtractor createExtractor(Resource resource)
Creates a ResourceContentExtractor instance for the given resource.
Return null if the resource format is not supported.
-
-
-
-