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
Constructors -
Method Summary
-
Constructor Details
-
AllExtractionMatcher
public AllExtractionMatcher()
-
-
Method Details
-
isHandled
Description copied from interface:ExtractionMatcherChecks if the extraction with the given identifier is handled by thePipeline- Specified by:
isHandledin interfaceExtractionMatcher- Parameters:
extractionId- the extraction identifier- Returns:
trueif the extraction is handled by thePipeline, false otherwise
-