org.codehaus.enunciate.modules.xml
Class SchemaInfoComparator

java.lang.Object
  extended by org.codehaus.enunciate.modules.xml.SchemaInfoComparator
All Implemented Interfaces:
java.util.Comparator<SchemaInfo>

public class SchemaInfoComparator
extends java.lang.Object
implements java.util.Comparator<SchemaInfo>

Compares schema info instances by namespace.

Author:
Ryan Heaton

Constructor Summary
SchemaInfoComparator()
           
 
Method Summary
 int compare(SchemaInfo info1, SchemaInfo info2)
           
 
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

SchemaInfoComparator

public SchemaInfoComparator()
Method Detail

compare

public int compare(SchemaInfo info1,
                   SchemaInfo info2)
Specified by:
compare in interface java.util.Comparator<SchemaInfo>