public abstract class PrintBugDescriptions extends Object
| Constructor and Description |
|---|
PrintBugDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
emit(BugPattern bugPattern) |
protected abstract void |
epilogue() |
protected boolean |
isEnabled(DetectorFactory factory) |
void |
print() |
protected abstract void |
prologue() |
public void print()
throws IOException
IOExceptionprotected boolean isEnabled(DetectorFactory factory)
protected abstract void prologue()
throws IOException
IOExceptionprotected abstract void emit(BugPattern bugPattern) throws IOException
IOExceptionprotected abstract void epilogue()
throws IOException
IOExceptionCopyright © 2003–2015. All rights reserved.