| java.lang.Object org.apache.derbyTesting.functionTests.harness.FileCompare
FileCompare | public class FileCompare (Code) | | |
Method Summary | |
public boolean | doDiff(BufferedReader outFile, BufferedReader masterFile, PrintWriter pwDiff) | public boolean | doDiff2(BufferedReader outFile, BufferedReader masterFile, PrintWriter pwDiff) | public boolean | doSysDiff(InputStream masterIS, String testBase, String outfile, File outDir, PrintWriter pwDiff) | public boolean | exec(String outfile, File outDir, PrintWriter pwDiff, String testBaseOrig, String framework, String jvmName, int iminor, boolean useprocess, boolean usesysdiff, String canondir, String canonpath, String serverJvm) |
FileCompare | public FileCompare()(Code) | | |
exec | public boolean exec(String outfile, File outDir, PrintWriter pwDiff, String testBaseOrig, String framework, String jvmName, int iminor, boolean useprocess, boolean usesysdiff, String canondir, String canonpath, String serverJvm) throws IOException, ClassNotFoundException(Code) | | |
|
|