org.jboss.console.plugins
Class JSR77Lister.ListerSorter

java.lang.Object
  extended by org.jboss.console.plugins.JSR77Lister.ListerSorter
All Implemented Interfaces:
Comparator
Enclosing class:
JSR77Lister

public class JSR77Lister.ListerSorter
extends Object
implements Comparator


Field Summary
protected  String[] suffixOrder
           
 
Constructor Summary
JSR77Lister.ListerSorter()
           
JSR77Lister.ListerSorter(String[] suffixOrder)
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 int getExtensionIndex(ResourceTreeNode node)
           
 
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
 

Field Detail

suffixOrder

protected String[] suffixOrder
Constructor Detail

JSR77Lister.ListerSorter

public JSR77Lister.ListerSorter(String[] suffixOrder)

JSR77Lister.ListerSorter

public JSR77Lister.ListerSorter()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator

getExtensionIndex

public int getExtensionIndex(ResourceTreeNode node)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.