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