Class SyncChecker
java.lang.Object
com.prineside.tdi2.utils.syncchecker.SyncChecker
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidcompareObjects(Object o1, Object o2, DeepClassComparisonConfig cfg) static StringtoString(int v) Returns cached string for ints in range from -256 to 767, otherwise creates a string as usual. 
- 
Field Details
- 
VERBOSE_MODE
public static boolean VERBOSE_MODE - 
SYNC_SHAREABLE_CLASSES
 - 
SYNC_SHAREABLE_OBJECTS
 - 
CLASS_COMPARATORS
 
 - 
 - 
Constructor Details
- 
SyncChecker
public SyncChecker() 
 - 
 - 
Method Details
- 
compareObjects
 - 
toString
Returns cached string for ints in range from -256 to 767, otherwise creates a string as usual. Not needed if you append to StringBuilder 
 -