org.jcoderz.phoenix.report
Class Report2Console

java.lang.Object
  extended by org.jcoderz.phoenix.report.Report2Console

public final class Report2Console
extends Object

Read the report and output this to the console in a eclipse friendly way. This is a early 'prototype' version.

Author:
Andreas Mandel

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

Report2Console

public Report2Console()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        JAXBException
Main entry point.

Parameters:
args - The command line arguments.
Throws:
IOException - an io exception occurs.
JAXBException - if the xml can not be parsed.

setInputFile

public void setInputFile(File file)
                  throws IOException
The input file containing the jcoderz report.

Parameters:
file - input file containing the jcoderz report.
Throws:
IOException - if access to the file fails.

process

public void process()
             throws JAXBException,
                    IOException
Starts the actual generation process.

Throws:
JAXBException - if the xmp parsing fails.
IOException - if a IO problem occurs.


Copyright 2007 The jCoderZ Project.