Class SarifLog.Tool
- java.lang.Object
-
- net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Tool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSarifLog.Tool.ToolBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SarifLog.Tool.ToolBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)SarifLog.ComponentgetDriver()The analysis tool that was run.inthashCode()SarifLog.ToolsetDriver(SarifLog.Component driver)The analysis tool that was run.StringtoString()
-
-
-
Method Detail
-
builder
public static SarifLog.Tool.ToolBuilder builder()
-
getDriver
public SarifLog.Component getDriver()
The analysis tool that was run.
-
setDriver
public SarifLog.Tool setDriver(SarifLog.Component driver)
The analysis tool that was run.- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-