ealet
Class Mapper

java.lang.Object
  extended by ealet.Mapper

public class Mapper
extends java.lang.Object

A utility class that generates a properies file in XML format.

Version:
1.0; October 12, 2005
Author:
abass alamnehe

Constructor Summary
Mapper()
           
 
Method Summary
 void createProperties(java.lang.String inFile)
          Reads a traditional property file, creates fields and values, then generates a new Property file with XML format.
static void main(java.lang.String[] args)
          An entry point for program execution
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapper

public Mapper()
Method Detail

createProperties

public void createProperties(java.lang.String inFile)
Reads a traditional property file, creates fields and values, then generates a new Property file with XML format. The traditional Property file has limitation on character set.

Parameters:
inFile - A property file in traditional format (field=value)
Since:
2.0

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
An entry point for program execution

Parameters:
args - captures command line arguments
Throws:
java.io.IOException