All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.RuleSarifFactory Maven / Gradle / Ivy

There is a newer version: 0.99.0
Show newest version
package io.codemodder;

import com.contrastsecurity.sarif.SarifSchema210;
import java.nio.file.Path;
import java.util.Optional;

/** Builds {@link RuleSarif}s. */
public interface RuleSarifFactory {

  /** Builds {@link RuleSarif}s if it supports {@code toolName}. */
  Optional build(
      String toolName, String rule, SarifSchema210 sarif, Path repositoryRoot);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy