Class AllExtractionMatcher
- java.lang.Object
 - 
- org.ametys.plugins.extraction.execution.pipeline.impl.AllExtractionMatcher
 
 
- 
- All Implemented Interfaces:
 ExtractionMatcher
public class AllExtractionMatcher extends Object implements ExtractionMatcher
ExtractionMatcherfor aPipelinethat handles all extractions 
- 
- 
Constructor Summary
Constructors Constructor Description AllExtractionMatcher() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHandled(String extractionId)Checks if the extraction with the given identifier is handled by thePipeline 
 - 
 
- 
- 
Constructor Detail
- 
AllExtractionMatcher
public AllExtractionMatcher()
 
 - 
 
- 
Method Detail
- 
isHandled
public boolean isHandled(String extractionId)
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
 
 - 
 
 -