SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project.controller
Class PreviousVersionSourceMaker

java.lang.Object
  |
  +--org.sourcejammer.project.controller.PreviousVersionSourceMaker

public class PreviousVersionSourceMaker
extends java.lang.Object

Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project


Constructor Summary
PreviousVersionSourceMaker(int iFileType, int iHistoryType, long lFileID, java.io.File newVersion, Archive arch)
           
 
Method Summary
 void makePreviousVersionSource(java.io.File deltaTarget)
          To use resourceses most wisely, I recommend that newVersion be already saved to disk before this method is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviousVersionSourceMaker

public PreviousVersionSourceMaker(int iFileType,
                                  int iHistoryType,
                                  long lFileID,
                                  java.io.File newVersion,
                                  Archive arch)
Method Detail

makePreviousVersionSource

public void makePreviousVersionSource(java.io.File deltaTarget)
                               throws WrongFileTypeException,
                                      FileAccessException,
                                      FileDoesNotExistException,
                                      TextFileException,
                                      SecurityException,
                                      java.io.IOException,
                                      InvalidSourceException,
                                      EndOfSourceException
To use resourceses most wisely, I recommend that newVersion be already saved to disk before this method is called. This method may want to set newVersion to null to free up memory. Calling method should set local references to newVersion to null before calling this method.

SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan