public final class SuppressionsStringPrinter extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
printSuppressions(File file,
String suppressionLineColumnNumber,
int tabWidth)
Prints generated suppressions.
|
public static String printSuppressions(File file, String suppressionLineColumnNumber, int tabWidth) throws IOException, CheckstyleException
file - the file to process.suppressionLineColumnNumber - line and column number of the suppressiontabWidth - length of the tab characterIOException - if the file could not be read.CheckstyleException - if the file is not a Java source.Copyright © 2001–2020. All rights reserved.