|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportReader
Common Interface for all Report Readers.
| Method Summary | |
|---|---|
void |
merge(Map<ResourceInfo,List<Item>> items)
Merges the items of the input report as a Map of filename string and of the type Item (org.jcoderz.phoenix.report.jaxb.Item) into the given item Map. |
void |
parse(File f)
Parses the report file/directory. |
| Method Detail |
|---|
void parse(File f)
throws JAXBException,
FileNotFoundException
f - input XML report or directory.
JAXBException - if an JAXB exception occures.
FileNotFoundException - if the given file does not exists.
void merge(Map<ResourceInfo,List<Item>> items)
throws JAXBException
items - the items that should be merged with the report's
input items.
JAXBException - if an JAXB exception occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||