SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

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

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

Uses of TextDiff in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model with parameters of type TextDiff
 void NodeLibrary.storeVersionTextDiff(FileNode ndFile, long fileKey, long versionID, TextDiff file)
           
 

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
static void Util.writeTextDiffToFileSys(TextDiff diff, java.lang.String rootPath, java.lang.String fileName)
           
 void NodeLibraryFS.storeVersionTextDiff(FileNode ndFile, long fileKey, long versionID, TextDiff file)
           
 

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.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan