Class CheckstyleGrader

java.lang.Object
com.spertus.jacquard.common.Grader
com.spertus.jacquard.checkstylegrader.CheckstyleGrader

public class CheckstyleGrader extends Grader
A grader that runs checkstyle.
See Also:
  • Constructor Details

    • CheckstyleGrader

      public CheckstyleGrader(String name, String ruleFile, double penalty, double maxPoints)
      Creates a checkstyle grader.
      Parameters:
      name - the name of the grader
      ruleFile - the path to the rule file
      penalty - the penalty per violation
      maxPoints - the maximum number of points if no violations occur
    • CheckstyleGrader

      public CheckstyleGrader(String ruleFile, double penalty, double maxPoints)
      Creates a checkstyle grader.
      Parameters:
      ruleFile - the path to the rule file
      penalty - the penalty per violation
      maxPoints - the maximum number of points if no violations occur
  • Method Details