com.ptc.tools.diff
Class TrailDiff

java.lang.Object
  extended bycom.ptc.tools.diff.TrailDiff

public class TrailDiff
extends Object


Field Summary
(package private)  String cond
           
(package private)  String file1
           
(package private)  String file2
           
(package private)  String line
           
(package private)  String line2
           
(package private)  int match
           
(package private)  String result
           
 
Constructor Summary
(package private) TrailDiff(String s, String s1, String s2)
           
 
Method Summary
 void findDiff()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file1

String file1

file2

String file2

result

String result

line

String line

line2

String line2

cond

String cond

match

int match
Constructor Detail

TrailDiff

TrailDiff(String s,
          String s1,
          String s2)
Method Detail

findDiff

public void findDiff()
              throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException