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

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

Packages that use FileAlreadyExistsException
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
 

Uses of FileAlreadyExistsException in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that throw FileAlreadyExistsException
 long Archive.addFile(long parentID, java.lang.String name, java.io.File file, FileProperties props, java.lang.String userName)
          Adds a new file to this archive, at the specified location.
 void Archive.makeLabeledVersion(java.lang.String name, java.lang.String description, long parentID, java.lang.String userName)
          Create and save a new labeled version with the passed-in name and description and containing all of the latest versions that are children of parent.
 void Archive.rebuildLabel(long labelID, java.lang.String description, long parentProjectID, java.lang.String userName)
           
 long ProjectController.addFile(long projectID, java.lang.String name, java.io.File file, FileProperties props, java.lang.String userName)
          Adds a new file to this archive, at the specified location.
 void ProjectController.makeLabeledVersion(java.lang.String name, java.lang.String description, long parentProjectID, java.lang.String userName)
          Create and save a new labeled version with the passed-in name and description and containing all of the latest versions that are children of parent.
 void ProjectController.rebuildLabel(long labelID, java.lang.String description, long parentProjectID, java.lang.String userName)
           
 

Uses of FileAlreadyExistsException in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that throw FileAlreadyExistsException
static void Conversion.runConversionOneThree()
          Converts server from version 1.2 to version 1.3.
 


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