org.itc.irst.tcc.sre.data
Class InputFormatConverter

java.lang.Object
  extended by org.itc.irst.tcc.sre.data.InputFormatConverter

public class InputFormatConverter
extends java.lang.Object

TO DO

Since:
1.0
Version:
%I%, %G%
Author:
Claudio Giuliano

Field Summary
(package private) static org.apache.log4j.Logger logger
          Define a static logger variable so that it references the Logger instance named InputFormatConverter.
 
Constructor Summary
InputFormatConverter(java.io.File in)
          Creates a InputFormatConverter object.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
Define a static logger variable so that it references the Logger instance named InputFormatConverter.

Constructor Detail

InputFormatConverter

public InputFormatConverter(java.io.File in)
Creates a InputFormatConverter object.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception