Package com.diffplug.spotless.cpp
Class ClangFormatStep
- java.lang.Object
-
- com.diffplug.spotless.cpp.ClangFormatStep
-
public class ClangFormatStep extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatterStepcreate()static StringdefaultVersion()static Stringname()ClangFormatStepwithPathToExe(String pathToExe)ClangFormatStepwithStyle(String style)static ClangFormatStepwithVersion(String version)
-
-
-
Method Detail
-
name
public static String name()
-
defaultVersion
public static String defaultVersion()
-
withVersion
public static ClangFormatStep withVersion(String version)
-
withStyle
public ClangFormatStep withStyle(String style)
-
withPathToExe
public ClangFormatStep withPathToExe(String pathToExe)
-
create
public FormatterStep create()
-
-