Class IntelliJJavaFormatter
- java.lang.Object
-
- eu.solven.cleanthat.language.java.google.intellij.IntelliJJavaFormatter
-
- All Implemented Interfaces:
ILintFixer
public class IntelliJJavaFormatter extends Object implements ILintFixer
IntelliJ Java Formatter- Author:
- Benoit Lacelle
-
-
Constructor Summary
Constructors Constructor Description IntelliJJavaFormatter(ISourceCodeProperties sourceCodeProperties, IntellijJavaFormatterProperties processorConfig)
-
-
-
Constructor Detail
-
IntelliJJavaFormatter
public IntelliJJavaFormatter(ISourceCodeProperties sourceCodeProperties, IntellijJavaFormatterProperties processorConfig)
-
-
Method Detail
-
doFormat
public String doFormat(String code, LineEnding eol) throws IOException
- Specified by:
doFormat
in interfaceILintFixer
- Throws:
IOException
-
-