Class BinaryIncompatibleRule
- java.lang.Object
-
- me.champeau.gradle.japicmp.report.AbstractContextAwareViolationRule
-
- me.champeau.gradle.japicmp.report.stdrules.AbstractRecordingSeenMembers
-
- me.champeau.gradle.japicmp.report.stdrules.BinaryIncompatibleRule
-
- All Implemented Interfaces:
ViolationRule
public class BinaryIncompatibleRule extends AbstractRecordingSeenMembers
-
-
Constructor Summary
Constructors Constructor Description BinaryIncompatibleRule()BinaryIncompatibleRule(Severity severity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViolationmaybeAddViolation(japicmp.model.JApiCompatibility member)-
Methods inherited from class me.champeau.gradle.japicmp.report.stdrules.AbstractRecordingSeenMembers
maybeViolation
-
Methods inherited from class me.champeau.gradle.japicmp.report.AbstractContextAwareViolationRule
getContext, setContext
-
-
-
-
Constructor Detail
-
BinaryIncompatibleRule
public BinaryIncompatibleRule(Severity severity)
-
BinaryIncompatibleRule
public BinaryIncompatibleRule()
-
-
Method Detail
-
maybeAddViolation
public Violation maybeAddViolation(japicmp.model.JApiCompatibility member)
- Specified by:
maybeAddViolationin classAbstractRecordingSeenMembers
-
-