Class CheckstyleConfigLoader


  • public class CheckstyleConfigLoader
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Checkstyle loadCheckstyleConfig​(java.io.InputStream checkstyleConf, java.util.Map<java.lang.String,​java.lang.Object> properties)  
      static Checkstyle loadCheckstyleConfig​(java.lang.String checkstyleConf, java.util.Map<java.lang.String,​java.lang.Object> properties)  
      static Checkstyle loadCheckstyleConfig​(java.nio.file.Path checkstyleConf, java.util.Map<java.lang.String,​java.lang.Object> properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadCheckstyleConfig

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

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

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