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.Toolbuild()SarifLog.Tool.ToolBuilderdriver(SarifLog.Component driver)The analysis tool that was run.StringtoString()
-
-
-
Method Detail
-
driver
public SarifLog.Tool.ToolBuilder driver(SarifLog.Component driver)
The analysis tool that was run.- Returns:
this.
-
build
public SarifLog.Tool build()
-
-