public abstract class Appender extends Object
Modifier and Type | Field and Description |
---|---|
protected Formatter |
formatter |
protected OptionsHelper |
optionsHelper |
protected ProcessingEnvironment |
processingEnv |
Modifier and Type | Method and Description |
---|---|
abstract void |
append(Level level,
Element element,
AnnotationMirror annotationMirror,
String message) |
abstract void |
close() |
Formatter |
getFormatter() |
abstract void |
open() |
void |
setProcessingEnv(ProcessingEnvironment processingEnv) |
protected final Formatter formatter
protected ProcessingEnvironment processingEnv
protected OptionsHelper optionsHelper
public Appender(Formatter formatter)
public Formatter getFormatter()
public void setProcessingEnv(ProcessingEnvironment processingEnv)
public abstract void open()
public abstract void append(Level level, Element element, AnnotationMirror annotationMirror, String message)
public abstract void close()
Copyright © 2010-2014. All Rights Reserved.