Class AbstractContextAwareViolationRule
- java.lang.Object
-
- me.champeau.gradle.japicmp.report.AbstractContextAwareViolationRule
-
- All Implemented Interfaces:
ViolationRule
- Direct Known Subclasses:
AbstractRecordingSeenMembers
public abstract class AbstractContextAwareViolationRule extends java.lang.Object implements ViolationRule
-
-
Constructor Summary
Constructors Constructor Description AbstractContextAwareViolationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViolationCheckContextgetContext()voidsetContext(ViolationCheckContext context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.champeau.gradle.japicmp.report.ViolationRule
maybeViolation
-
-
-
-
Method Detail
-
getContext
public ViolationCheckContext getContext()
-
setContext
public void setContext(ViolationCheckContext context)
-
-