public class DefaultFileLineFormatter extends FileLineFormatter
| Constructor and Description |
|---|
DefaultFileLineFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormatString(java.lang.String fileName,
int line,
int column) |
getFormatter, setFormatterpublic java.lang.String getFormatString(java.lang.String fileName,
int line,
int column)
getFormatString in class FileLineFormatterfileName - the file that should appear in the prefix. (or null)line - the line (or -1)column - the column (or -1)