util
Class LinkedProperties.Test

java.lang.Object
  extended by util.LinkedProperties.Test
Enclosing class:
LinkedProperties

public static class LinkedProperties.Test
extends Object

Test class. Load the first command line as a properties definition an writes the result to stdout, or to a file given in the second command line argument.


Constructor Summary
LinkedProperties.Test()
           
 
Method Summary
static void main(String[] arg)
          First command line is the remark-containing properties file, second, if given, the file to write it to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedProperties.Test

public LinkedProperties.Test()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
First command line is the remark-containing properties file, second, if given, the file to write it to.

Throws:
IOException