org.eclipse.ohf.stem.internal.data
Class Renumber

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.Renumber

public class Renumber
extends java.lang.Object

This class holds a utility function for numbering the record entries of a properties file. It probably could be fixed up a bit to make it easier to use....


Constructor Summary
Renumber()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void renumber(java.io.File infile, java.io.File outfile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Renumber

public Renumber()
Method Detail

main

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

renumber

public static void renumber(java.io.File infile,
                            java.io.File outfile)
Parameters:
infile - the file to number
outfile - the file to write the results to