asia.redact.bracket.properties.mgmt
Class ServerLocalizedFileFinder.MyComparator

java.lang.Object
  extended by asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder.MyComparator
All Implemented Interfaces:
Comparator<File>
Enclosing class:
ServerLocalizedFileFinder

 class ServerLocalizedFileFinder.MyComparator
extends Object
implements Comparator<File>

Do the work of comparing properties files which are in the ServerLocale schemata

Author:
Dave

Constructor Summary
ServerLocalizedFileFinder.MyComparator()
           
 
Method Summary
 int compare(File o1, File o2)
           
private  int countUnderscores(String s)
           
 
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
 

Constructor Detail

ServerLocalizedFileFinder.MyComparator

ServerLocalizedFileFinder.MyComparator()
Method Detail

compare

public int compare(File o1,
                   File o2)
Specified by:
compare in interface Comparator<File>

countUnderscores

private int countUnderscores(String s)


Copyright © 2011-2013 David R. Smith. All Rights Reserved.