Package 

Interface ResourceContentExtractor

  • All Implemented Interfaces:

    
    public interface ResourceContentExtractor
    
                        

    Extracts pure content from a marked-up (e.g. HTML) or binary (e.g. PDF) resource.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Try<String, Resource.Exception> extractText(Resource resource) Extracts the text content of the given resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait