public class MatchAppearanceJob extends java.lang.Object implements java.util.function.Consumer<IPatternMatch>
Constructor and Description |
---|
MatchAppearanceJob(Constraint constraint,
org.apache.log4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IPatternMatch match) |
public MatchAppearanceJob(Constraint constraint, org.apache.log4j.Logger logger)
public void accept(IPatternMatch match)
accept
in interface java.util.function.Consumer<IPatternMatch>