public abstract class FileLineFormatter
extends java.lang.Object
| Constructor and Description |
|---|
FileLineFormatter() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getFormatString(java.lang.String fileName,
int line,
int column) |
static FileLineFormatter |
getFormatter() |
static void |
setFormatter(FileLineFormatter f) |
public static FileLineFormatter getFormatter()
public static void setFormatter(FileLineFormatter f)
public abstract java.lang.String getFormatString(java.lang.String fileName,
int line,
int column)
fileName - the file that should appear in the prefix. (or null)line - the line (or -1)column - the column (or -1)