org.jvnet.hudson.plugins.scriptler.util
Class ByNameSorter

java.lang.Object
  extended by org.jvnet.hudson.plugins.scriptler.util.ByNameSorter
All Implemented Interfaces:
java.util.Comparator<NamedResource>

public class ByNameSorter
extends java.lang.Object
implements java.util.Comparator<NamedResource>

Author:
domi

Constructor Summary
ByNameSorter()
           
 
Method Summary
 int compare(NamedResource o1, NamedResource 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

ByNameSorter

public ByNameSorter()
Method Detail

compare

public int compare(NamedResource o1,
                   NamedResource o2)
Specified by:
compare in interface java.util.Comparator<NamedResource>


Copyright © 2010. All Rights Reserved.