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

Uses of Class
org.sourcejammer.project.controller.WrongFileTypeException

Packages that use WrongFileTypeException
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
 

Uses of WrongFileTypeException in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that throw WrongFileTypeException
 Delta Archive.getFileVersionDelta(long versionID)
          Get specified delta object for file.
 Delta ProjectController.getFileVersionDelta(long versionID)
          Get specified delta object for file.
 

Uses of WrongFileTypeException in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that throw WrongFileTypeException
 byte[] NodeLibrary.retrieveVersionFull(NodeInfo versionNode)
           
 TextLineReader NodeLibrary.retrieveVersionTextLineReader(NodeInfo versionNode)
          When implemented, this method returns the full source of the specified VersionNode as a TextLineReader.
 Delta NodeLibrary.retrieveVersionDelta(NodeInfo versionNode)
           
 

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

Methods in org.sourcejammer.project.model.filesys that throw WrongFileTypeException
 byte[] NodeLibraryFS.retrieveVersionFull(NodeInfo versionNode)
           
 TextLineReader NodeLibraryFS.retrieveVersionTextLineReader(NodeInfo versionNode)
          When implemented, this method returns the full source of the specified VersionNode as a TextLineReader.
 Delta NodeLibraryFS.retrieveVersionDelta(NodeInfo versionNode)
           
 


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