Interface MatchFormatter
-
public interface MatchFormatterFor formatting the result of the banned import analysis.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringformatMatches(Collection<Path> roots, AnalyzeResult analyzeResult)static MatchFormattergetInstance()
-
-
-
Method Detail
-
getInstance
static MatchFormatter getInstance()
-
formatMatches
String formatMatches(Collection<Path> roots, AnalyzeResult analyzeResult)
-
-