|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectealet.Mapper
public class Mapper
A utility class that generates a properies file in XML format.
| 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 |
|---|
public Mapper()
| Method Detail |
|---|
public void createProperties(java.lang.String inFile)
inFile - A property file in traditional format (field=value)
public static void main(java.lang.String[] args)
throws java.io.IOException
args - captures command line arguments
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||