Class Diff


  • public class Diff
    extends java.lang.Object
    This needs to be here so that it can be accessed by FilerImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      Diff()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void readersAsText​(java.io.Reader r1, java.lang.String name1, java.io.Reader r2, java.lang.String name2, java.util.List diffs)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Diff

        public Diff()
    • Method Detail

      • readersAsText

        public static void readersAsText​(java.io.Reader r1,
                                         java.lang.String name1,
                                         java.io.Reader r2,
                                         java.lang.String name2,
                                         java.util.List diffs)
                                  throws java.io.IOException
        Throws:
        java.io.IOException