Package org.openrewrite.java.style
Class CheckstyleConfigLoader
- java.lang.Object
-
- org.openrewrite.java.style.CheckstyleConfigLoader
-
public class CheckstyleConfigLoader extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classCheckstyleConfigLoader.Module
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CheckstyleloadCheckstyleConfig(java.io.InputStream checkstyleConf, java.util.Map<java.lang.String,java.lang.Object> properties)static CheckstyleloadCheckstyleConfig(java.lang.String checkstyleConf, java.util.Map<java.lang.String,java.lang.Object> properties)static CheckstyleloadCheckstyleConfig(java.nio.file.Path checkstyleConf, java.util.Map<java.lang.String,java.lang.Object> properties)
-
-
-
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
-
-