Class ConfigFilePersister.BackupFileComparator
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.projects.ConfigFilePersister.BackupFileComparator
-
- All Implemented Interfaces:
Comparator<File>
- Enclosing class:
- ConfigFilePersister
public static class ConfigFilePersister.BackupFileComparator extends Object implements Comparator<File>
-
-
Constructor Summary
Constructors Constructor Description BackupFileComparator(String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(File o1, File o2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-