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