Class AllExtractionMatcher
- java.lang.Object
-
- org.ametys.plugins.extraction.execution.pipeline.impl.AllExtractionMatcher
-
- All Implemented Interfaces:
ExtractionMatcher
public class AllExtractionMatcher extends Object implements ExtractionMatcher
ExtractionMatcher
for aPipeline
that handles all extractions
-
-
Constructor Summary
Constructors Constructor Description AllExtractionMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isHandled(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: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
-
-