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

se.bjurr.violations.lib.parsers.ViolationsParser Maven / Gradle / Ivy

There is a newer version: 1.157.3
Show newest version
package se.bjurr.violations.lib.parsers;

import java.util.List;
import se.bjurr.violations.lib.model.Violation;

public interface ViolationsParser {

  List parseReportOutput(String reportContent) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy