Uses of Class
de.mhus.lib.core.util.CompareDirEntry
-
Packages that use CompareDirEntry Package Description de.mhus.lib.core.util -
-
Uses of CompareDirEntry in de.mhus.lib.core.util
Methods in de.mhus.lib.core.util with parameters of type CompareDirEntry Modifier and Type Method Description abstract booleanCompareDirEntry. compareWithEntry(CompareDirEntry other)Compare with the other entry.booleanCompareDir.Listener. createObject(String path, CompareDirEntry curVal)booleanCompareDir.Listener. deleteObject(String path, CompareDirEntry lastVal)booleanCompareDir.Listener. updateObject(String path, CompareDirEntry curVal, CompareDirEntry lastVal)Method parameters in de.mhus.lib.core.util with type arguments of type CompareDirEntry Modifier and Type Method Description voidCompareDir. compare(TreeMap<String,CompareDirEntry> current, TreeMap<String,CompareDirEntry> last, CompareDir.Listener listener)booleanCompareDir.Listener. finish(TreeMap<String,CompareDirEntry> pCurrent, TreeMap<String,CompareDirEntry> pLast)voidCompareDir.Listener. start(TreeMap<String,CompareDirEntry> pCurrent, TreeMap<String,CompareDirEntry> pLast)
-