|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.report.Report2Console
public final class Report2Console
Read the report and output this to the console in a eclipse friendly way. This is a early 'prototype' version.
| Constructor Summary | |
|---|---|
Report2Console()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Main entry point. |
void |
process()
Starts the actual generation process. |
void |
setInputFile(File file)
The input file containing the jcoderz report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Report2Console()
| Method Detail |
|---|
public static void main(String[] args)
throws IOException,
JAXBException
args - The command line arguments.
IOException - an io exception occurs.
JAXBException - if the xml can not be parsed.
public void setInputFile(File file)
throws IOException
file - input file containing the jcoderz report.
IOException - if access to the file fails.
public void process()
throws JAXBException,
IOException
JAXBException - if the xmp parsing fails.
IOException - if a IO problem occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||