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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AllExtractionMatcherpublic AllExtractionMatcher()
 
- 
- 
Method Details- 
isHandledDescription copied from interface:ExtractionMatcherChecks if the extraction with the given identifier is handled by thePipeline- Specified by:
- isHandledin interface- ExtractionMatcher
- Parameters:
- extractionId- the extraction identifier
- Returns:
- trueif the extraction is handled by the- Pipeline, false otherwise
 
 
-