Package io.codemodder.codetf
Class DetectionTool
- java.lang.Object
-
- io.codemodder.codetf.DetectionTool
-
public final class DetectionTool extends Object
Metadata about the external tool that generated results consumed by this codemod
-
-
Constructor Summary
Constructors Constructor Description DetectionTool(String name, DetectorRule rule, List<DetectorFinding> findings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DetectorFinding>
getFindings()
String
getName()
DetectorRule
getRule()
-
-
-
Constructor Detail
-
DetectionTool
public DetectionTool(String name, DetectorRule rule, List<DetectorFinding> findings)
-
-
Method Detail
-
getName
public String getName()
-
getRule
public DetectorRule getRule()
-
getFindings
public List<DetectorFinding> getFindings()
-
-