com.partnersoft.compatibility
Class Convert3xTo4x

java.lang.Object
  extended by com.partnersoft.compatibility.Convert3xTo4x

public class Convert3xTo4x
extends java.lang.Object

Converts 4.x configuration files to 4.x format.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Constructor Summary
Convert3xTo4x()
           
 
Method Summary
static void convertLegend(java.lang.String oldPrefix, java.lang.String newLegendName)
           
static void convertLegends()
           
static void convertProjections()
           
static void convertTranslator()
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convert3xTo4x

public Convert3xTo4x()
Method Detail

main

public static void main(java.lang.String[] argv)

convertProjections

public static void convertProjections()
                               throws java.io.IOException
Throws:
java.io.IOException

convertTranslator

public static void convertTranslator()
                              throws java.io.IOException
Throws:
java.io.IOException

convertLegends

public static void convertLegends()
                           throws java.io.IOException
Throws:
java.io.IOException

convertLegend

public static void convertLegend(java.lang.String oldPrefix,
                                 java.lang.String newLegendName)
                          throws java.io.IOException
Throws:
java.io.IOException