Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Component
-
Packages that use SarifLog.Component Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.Component in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.Component Modifier and Type Method Description SarifLog.ComponentSarifLog.Component.ComponentBuilder. build()SarifLog.ComponentSarifLog.Tool. getDriver()The analysis tool that was run.SarifLog.ComponentSarifLog.Component. setInformationUri(String informationUri)The absolute URI at which information about this version of the tool component can be found.SarifLog.ComponentSarifLog.Component. setName(String name)The name of the tool component.SarifLog.ComponentSarifLog.Component. setRules(List<SarifLog.ReportingDescriptor> rules)An array of reportingDescriptor objects relevant to the analysis performed by the tool component.SarifLog.ComponentSarifLog.Component. setVersion(String version)The tool component version, in whatever format the component natively provides.Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type SarifLog.Component Modifier and Type Method Description SarifLog.Tool.ToolBuilderSarifLog.Tool.ToolBuilder. driver(SarifLog.Component driver)The analysis tool that was run.SarifLog.ToolSarifLog.Tool. setDriver(SarifLog.Component driver)The analysis tool that was run.
-