Package com.optum.sourcehawk.exec.config
Class FlattenConfigResultLogger
- java.lang.Object
-
- com.optum.sourcehawk.exec.config.FlattenConfigResultLogger
-
public final class FlattenConfigResultLogger extends Object
A logger for flatten config results- Author:
- Christian Oestreich
- See Also:
FlattenConfigResult
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlog(FlattenConfigResult flattenConfigResult, Path output)Log the result of the fix in the specified format
-
-
-
Method Detail
-
log
public static void log(FlattenConfigResult flattenConfigResult, Path output)
Log the result of the fix in the specified format- Parameters:
flattenConfigResult- the flatten config resultoutput- the output location of the results
-
-