Class FormatterConfigWriter
- java.lang.Object
-
- eu.solven.cleanthat.language.java.eclipse.checkstyle.FormatterConfigWriter
-
public class FormatterConfigWriter extends Object
Class for writing a new eclipse-configuration-file. Gets used by class Transformer. Two eclipse-formatter-profile files gets written to the project root.- Author:
- Alexandros Karypidis, Lukas Frena, Lars Ködderitzsch
-
-
Constructor Summary
Constructors Constructor Description FormatterConfigWriter(org.eclipse.core.resources.IProject project, FormatterConfiguration settings)
Constructor to create a new instance of class FormatterConfigWriter.
-
-
-
Constructor Detail
-
FormatterConfigWriter
public FormatterConfigWriter(org.eclipse.core.resources.IProject project, FormatterConfiguration settings)
Constructor to create a new instance of class FormatterConfigWriter.- Parameters:
project
- the project whose formatter settings should be writtensettings
- A eclipse-configuration.
-
-