SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.server.source.TextDiff

Packages that use TextDiff
org.sourcejammer.project.model.filesys   
org.sourcejammer.server.make   
 

Uses of TextDiff in org.sourcejammer.project.model.filesys
 

Methods in org.sourcejammer.project.model.filesys that return TextDiff
static TextDiff Util.readTextDiffFromFileSys(java.lang.String rootPath, java.lang.String fileName)
           
 

Methods in org.sourcejammer.project.model.filesys with parameters of type TextDiff
 void NodeLibraryFS.storeVersion(FileNode ndFile, long fileKey, long versionID, TextDiff file)
           
static void Util.writeTextDiffToFileSys(TextDiff diff, java.lang.String rootPath, java.lang.String fileName)
           
 

Uses of TextDiff in org.sourcejammer.server.make
 

Methods in org.sourcejammer.server.make that return TextDiff
 TextDiff BuildDelta.buildTextDelta(byte[] byOld, byte[] byNew)
           
 TextDiff BuildDelta.buildTextDelta(byte[] byOld, TextLineReader readerNew)
           
 TextDiff BuildDelta.buildTextDelta(TextLineReader readerOld, TextLineReader readerNew)
           
 


SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan