- All Implemented Interfaces:
io.codemodder.RuleSarifFactory
public final class CodeQLRuleSarifFactory
extends Object
implements io.codemodder.RuleSarifFactory
-
Constructor Summary
Constructors
-
Method Summary
build(String toolName,
String rule,
com.contrastsecurity.sarif.SarifSchema210 sarif,
Path repositoryRoot)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CodeQLRuleSarifFactory
public CodeQLRuleSarifFactory()
-
Method Details
-
build
public Optional<io.codemodder.RuleSarif> build(String toolName,
String rule,
com.contrastsecurity.sarif.SarifSchema210 sarif,
Path repositoryRoot)
- Specified by:
build
in interface io.codemodder.RuleSarifFactory