|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcoverage.reporting.FormattingContext
public class FormattingContext
This class gives formats access to contextual information, such as the collator responsible for handling reports and the serializer to send the report output to.
Field Summary | |
---|---|
(package private) Collator |
collator
|
(package private) static org.apache.log4j.Logger |
logger
|
(package private) Serializer |
serializer
|
Constructor Summary | |
---|---|
FormattingContext(Collator collator,
Serializer serializer)
|
Method Summary | |
---|---|
Collator |
getCollator()
|
Serializer |
getSerializer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static org.apache.log4j.Logger logger
Collator collator
Serializer serializer
Constructor Detail |
---|
public FormattingContext(Collator collator, Serializer serializer)
Method Detail |
---|
public Collator getCollator()
public Serializer getSerializer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |