|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.qa.AnnotationDiffExporter
public class AnnotationDiffExporter
The class is used by Quality Assurance PR. As is documented in the Quality Assurance PR, it links every document in the document-stats.html with a file containing output of the annotation diff tool for every annotation type provided as a parameter value in that PR. The output in here is produced by this class. It generates an html file.
Field Summary | |
---|---|
protected Map<AnnotationDiffer,List<AnnotationDiffer.Pairing>> |
differs
Annotation Diff objects and the respective diff calculation results |
protected Document |
document
The document on which the annotation diff is performed |
Constructor Summary | |
---|---|
AnnotationDiffExporter(Map<AnnotationDiffer,List<AnnotationDiffer.Pairing>> differs,
Document document,
String keySetName,
String respSetName)
Constructor |
Method Summary | |
---|---|
void |
export(File destinationFile)
Produces an html file containing html annotation diff output for different annotation types |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Document document
protected Map<AnnotationDiffer,List<AnnotationDiffer.Pairing>> differs
Constructor Detail |
---|
public AnnotationDiffExporter(Map<AnnotationDiffer,List<AnnotationDiffer.Pairing>> differs, Document document, String keySetName, String respSetName)
differs
- a map containing instance of AnnotationDiffer
objects (one for one annotation type) and a list of
AnnotationDiffer.Pairing objects - each referring to an
annotation in the document of that typedocument
- document on which the annotation diff is performed.keySetName
- name of the key annotation setrespSetName
- name of the response annotaiton setMethod Detail |
---|
public void export(File destinationFile) throws IOException
destinationFile
-
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |