Package de.elo.utils.io
Class ConfigFileComparator
java.lang.Object
de.elo.utils.io.ConfigFileComparator
- All Implemented Interfaces:
java.util.Comparator<de.elo.ix.client.ConfigFile>
public class ConfigFileComparator
extends java.lang.Object
implements java.util.Comparator<de.elo.ix.client.ConfigFile>
Überschrift: ConfigFileComparator.
Beschreibung: Klasse für den Vergleich von ConfigFile-Objekten.
Copyright: Copyright (c) ELO Digital Office GmbH 2018
-
Constructor Summary
Constructors Constructor Description ConfigFileComparator()
Default Konstruktor. -
Method Summary
Modifier and Type Method Description int
compare(de.elo.ix.client.ConfigFile firstConfigFile, de.elo.ix.client.ConfigFile secConfigFile)
-
Constructor Details
-
ConfigFileComparator
public ConfigFileComparator()Default Konstruktor.
-
-
Method Details
-
compare
public int compare(de.elo.ix.client.ConfigFile firstConfigFile, de.elo.ix.client.ConfigFile secConfigFile)- Specified by:
compare
in interfacejava.util.Comparator<de.elo.ix.client.ConfigFile>
-