Package hec.model

Class ClassNameMapper

java.lang.Object
hec.model.ClassNameMapper

public class ClassNameMapper extends Object
class to map an old class name to a new class name...for when classes are moved from one package to another or are renamed and their class name is written to disk and needs converted upon reading
  • Method Details

    • addClassNameMapping

      public static void addClassNameMapping(String oldClassName, String newClassName)
    • getNewClassMapping

      public static String getNewClassMapping(String curClass)