public class XmlSerializerChangeMonitor
extends java.lang.Object
Constructor and Description |
---|
XmlSerializerChangeMonitor() |
Modifier and Type | Method and Description |
---|---|
static void |
registerClassNameChange(java.lang.String oldName,
java.lang.String newName)
This method register a class name change.
|
static void |
registerEnumNameChange(java.lang.String enumClass,
java.lang.String oldName,
java.lang.String newName)
This method register an enum name change.
|
public static void registerClassNameChange(java.lang.String oldName, java.lang.String newName)
oldName
- the former name of this classnewName
- the new name of this classpublic static void registerEnumNameChange(java.lang.String enumClass, java.lang.String oldName, java.lang.String newName)
oldName
- the former name of this enumnewName
- the new name of this enum