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