Class AllExtractionMatcher
java.lang.Object
org.ametys.plugins.extraction.execution.pipeline.impl.AllExtractionMatcher
- All Implemented Interfaces:
ExtractionMatcher
ExtractionMatcher
for a Pipeline
that handles all extractions-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AllExtractionMatcher
public AllExtractionMatcher()
-
-
Method Details
-
isHandled
Description copied from interface:ExtractionMatcher
Checks if the extraction with the given identifier is handled by thePipeline
- Specified by:
isHandled
in interfaceExtractionMatcher
- Parameters:
extractionId
- the extraction identifier- Returns:
true
if the extraction is handled by thePipeline
, false otherwise
-