public final class Inheritancefree
extends java.lang.Object
implements dev.youshallnotpass.plugin.Inspection
| Constructor and Description |
|---|
Inheritancefree(SourceMask sourceMask,
int threshold) |
Inheritancefree(SourceMask sourceMask,
int threshold,
java.util.List<Inheritance> inheritances) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(java.io.File file) |
dev.youshallnotpass.plugin.Failures |
failures() |
java.lang.String |
name() |
public Inheritancefree(SourceMask sourceMask, int threshold)
public Inheritancefree(SourceMask sourceMask, int threshold, java.util.List<Inheritance> inheritances)
public java.lang.String name()
name in interface dev.youshallnotpass.plugin.Inspectionpublic void accept(java.io.File file)
throws dev.youshallnotpass.plugin.IwfyException
accept in interface dev.youshallnotpass.plugin.Inspectiondev.youshallnotpass.plugin.IwfyExceptionpublic dev.youshallnotpass.plugin.Failures failures()
failures in interface dev.youshallnotpass.plugin.Inspection