Deprecated API

Deprecated Classes
org.sourcejammer.server.source.BinaryDelta
          No more binary diffs in SourceJammer. Use compressed, full-source, or no history options. Provided for backward compatability with prevously saved binary files.

Represents the differences (or delta) between two versions of a binary file such that this BinaryDelta can be applied to the "old" file version to reproduce the new file version.
 
org.sourcejammer.server.source.TextDelta
          This clas is deprecated. Only kept in here in case conversion from old text file format is required. This file represents the delta between two text files. This class only remains in the SJ code base to convert files originally save previous to SJ 1.1. 
org.sourcejammer.server.source.TextLineWriter
          This clas is deprecated. Only kept in here in case conversion from old text file format is required. This class is used to append lines into a char array, using a specified end of line char array (typically linefeed or carriage return / linefeed. The lines passed into this class should not include the end of line characters. If the end of line characters are included, these characters will be doubled in the final output. 
 

Deprecated Methods
org.sourcejammer.project.controller.FileNode.getFileParent()
            
org.sourcejammer.project.controller.ProjectController.getLabelList()
            
org.sourcejammer.project.controller.Archive.getLabelList()
            
org.sourcejammer.project.view.MasterControlProgram.getLabelList(SJRequest)
            
org.sourcejammer.project.controller.ControllerNode.getParent()
            
org.sourcejammer.project.controller.ProjectNode.getProjectParent()
            
org.sourcejammer.project.controller.ControllerNode.setParent(ControllerNode, long)
            
 



Copyright © 2003 Soucejammer project.