org.kuali.common.util.spring
Class PropertySourceNameComparator

java.lang.Object
  extended by org.kuali.common.util.spring.PropertySourceNameComparator
All Implemented Interfaces:
Comparator<org.springframework.core.env.PropertySource<?>>

public class PropertySourceNameComparator
extends Object
implements Comparator<org.springframework.core.env.PropertySource<?>>


Constructor Summary
PropertySourceNameComparator()
           
 
Method Summary
 int compare(org.springframework.core.env.PropertySource<?> o1, org.springframework.core.env.PropertySource<?> 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
 

Constructor Detail

PropertySourceNameComparator

public PropertySourceNameComparator()
Method Detail

compare

public int compare(org.springframework.core.env.PropertySource<?> o1,
                   org.springframework.core.env.PropertySource<?> o2)
Specified by:
compare in interface Comparator<org.springframework.core.env.PropertySource<?>>


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.