Package org.qdl_lang.state
Class ClassMigrator
- java.lang.Object
-
- org.qdl_lang.state.ClassMigrator
-
public class ClassMigrator extends Object
With the package renames from 1.5.6 to 1.6.0, serialized classes cannot be reconstructed, This tool is used for that
-
-
Constructor Summary
Constructors Constructor Description ClassMigrator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>getClasses()static Map<String,String>getNamespaces()static voidinit()static booleanisEnabled()static StringrenameClass(String className)static StringrenameNamespace(String namespace)static voidsetClasses(Map<String,String> newClasses)static voidsetEnabled(boolean enabled)static voidsetNamespaces(Map<String,String> newNamespaces)static voidupdateSerializedJSON(net.sf.json.JSONObject json)
-