Interface ExtractorDescription

  • All Known Subinterfaces:
    ExtractorFactory<T>

    public interface ExtractorDescription
    It defines a minimal signature for an Extractor description.
    • Method Detail

      • getExtractorName

        String getExtractorName()
        Returns the name of the extractor.
        Returns:
        a name.
      • getExtractorLabel

        String getExtractorLabel()
        Returns the label for extractors created from this factory.
        Returns:
        A string label describing the type of extractors created from this factory.
      • getPrefixes

        Prefixes getPrefixes()
        An instance defining the prefixes supported by this extractor.
        Returns:
        prefixes instance.