Interface ExtractionMatcher

All Known Implementing Classes:
AllExtractionMatcher, ListExtractionMatcher

public interface ExtractionMatcher
A matcher which can provide the extractions handled by a Pipeline
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isHandled(String extractionId)
    Checks if the extraction with the given identifier is handled by the Pipeline
  • Method Details

    • isHandled

      boolean isHandled(String extractionId)
      Checks if the extraction with the given identifier is handled by the Pipeline
      Parameters:
      extractionId - the extraction identifier
      Returns:
      true if the extraction is handled by the Pipeline, false otherwise