net.sf.xbus.test
Class XDiff

java.lang.Object
  extended by net.sf.xbus.test.XDiff

public class XDiff
extends java.lang.Object

TODO Kommentierung


Constructor Summary
XDiff()
           
 
Method Summary
static boolean diff(java.lang.String actFilename, java.lang.String refFilename, java.lang.String diffFilename)
          Compares InFile or OutFile vs.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDiff

public XDiff()
Method Detail

main

public static void main(java.lang.String[] args)

diff

public static boolean diff(java.lang.String actFilename,
                           java.lang.String refFilename,
                           java.lang.String diffFilename)
                    throws XException
Compares InFile or OutFile vs. ReferenceFile and saves all differences in a .diff-File

Parameters:
actFilename - the path name with to compared file
refFilename - the path name with contain reference file
diffFilename - the path name, there is create the difference file
Returns:
a boolean true if there are no differences, false if there are differences
Throws:
XException