Package hec.model
Class ClassNameMapper
java.lang.Object
hec.model.ClassNameMapper
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 Summary
Modifier and TypeMethodDescriptionstatic void
addClassNameMapping
(String oldClassName, String newClassName) static String
getNewClassMapping
(String curClass)
-
Method Details
-
addClassNameMapping
-
getNewClassMapping
-