org.eclipse.modisco.jee.jsp.generation.tests
Class JSPFileComparator

java.lang.Object
  extended by org.eclipse.modisco.jee.jsp.generation.tests.JSPFileComparator
All Implemented Interfaces:
java.util.Comparator<java.io.File>

public class JSPFileComparator
extends java.lang.Object
implements java.util.Comparator<java.io.File>

TODO specific file comparator : neutralize JSP shape variations


Constructor Summary
JSPFileComparator()
           
 
Method Summary
 int compare(java.io.File source, java.io.File target)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

JSPFileComparator

public JSPFileComparator()
Method Detail

compare

public int compare(java.io.File source,
                   java.io.File target)
Specified by:
compare in interface java.util.Comparator<java.io.File>