com.lewisd.maven.lint
Class ViolationSuppressorImpl

java.lang.Object
  extended by com.lewisd.maven.lint.ViolationSuppressorImpl
All Implemented Interfaces:
ViolationSuppressor

public class ViolationSuppressorImpl
extends Object
implements ViolationSuppressor


Constructor Summary
ViolationSuppressorImpl()
           
 
Method Summary
 String findSuppressionComment(Violation violation)
           
 boolean isSuppressed(Violation violation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViolationSuppressorImpl

public ViolationSuppressorImpl()
Method Detail

isSuppressed

public boolean isSuppressed(Violation violation)
Specified by:
isSuppressed in interface ViolationSuppressor

findSuppressionComment

public String findSuppressionComment(Violation violation)


Copyright © 2012. All Rights Reserved.