dk.netarkivet.common.tools
Class ReformatTranslationFile

java.lang.Object
  extended by dk.netarkivet.common.tools.ReformatTranslationFile

public class ReformatTranslationFile
extends java.lang.Object

This executable takes three parameters :

  1. base properties file, that defines the key ordering
  2. properties file to reformat, sorting keys in the order defined by the first file
  3. character encoding for reformat and output file
The second file is overwritten


Constructor Summary
ReformatTranslationFile()
           
 
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
 

Constructor Detail

ReformatTranslationFile

public ReformatTranslationFile()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args -
Throws:
java.io.IOException