Class CheckstyleConfigLoader

java.lang.Object
org.openrewrite.java.style.CheckstyleConfigLoader

public class CheckstyleConfigLoader extends Object
  • Method Details

    • loadCheckstyleConfig

      public static Checkstyle loadCheckstyleConfig(Path checkstyleConf, Map<String,Object> properties) throws com.puppycrawl.tools.checkstyle.api.CheckstyleException
      Throws:
      com.puppycrawl.tools.checkstyle.api.CheckstyleException
    • loadCheckstyleConfig

      public static Checkstyle loadCheckstyleConfig(@Language("XML") String checkstyleConf, Map<String,Object> properties) throws com.puppycrawl.tools.checkstyle.api.CheckstyleException
      Throws:
      com.puppycrawl.tools.checkstyle.api.CheckstyleException
    • loadCheckstyleConfig

      public static Checkstyle loadCheckstyleConfig(InputStream checkstyleConf, Map<String,Object> properties) throws com.puppycrawl.tools.checkstyle.api.CheckstyleException
      Throws:
      com.puppycrawl.tools.checkstyle.api.CheckstyleException