Class SarifLog.Tool.ToolBuilder
- java.lang.Object
-
- net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Tool.ToolBuilder
-
- Enclosing class:
- SarifLog.Tool
public static class SarifLog.Tool.ToolBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SarifLog.Tool
build()
SarifLog.Tool.ToolBuilder
driver(SarifLog.Component driver)
The analysis tool that was run.String
toString()
-
-
-
Method Detail
-
driver
public SarifLog.Tool.ToolBuilder driver(SarifLog.Component driver)
The analysis tool that was run.- Returns:
this
.
-
build
public SarifLog.Tool build()
-
-