| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VcsProviderException | |
| com.togethersoft.openapi.vcs | |
| Uses of VcsProviderException in com.togethersoft.openapi.vcs |
| Subclasses of VcsProviderException in com.togethersoft.openapi.vcs | |
class | CapabilityExceptionThrown by VcsPvovider as a result to calling a non-supported exec method. |
class | SessionNotStartedExceptionThrown by VcsProvider as a result of calling a method requiring a running session when session is not started. |
| Methods in com.togethersoft.openapi.vcs that throw VcsProviderException | |
void | DefaultVcsProvider.changeWorkingDirectory(File workingDirectory)Changes the value of internal current working directory field. |
void | DefaultVcsProvider.clearAdvancedOptions(String command)Throws CapabilityException. |
void | DefaultVcsProvider.endSession()Clears all internal fields. |
int | DefaultVcsProvider.execAddFiles(String[] files, int[] fileTypes, String comment, boolean makeCheckedOut, boolean removeLocal)Throws CapabilityException. |
int | DefaultVcsProvider.execChangeFileType(String fileName, int newFileType) |
int | DefaultVcsProvider.execCheckInFiles(String[] files, String comment, boolean keepCheckedOut, boolean removeLocal, boolean wholeProject, boolean projectRecursively, VcsCommitInfo info)Throws CapabilityException. |
int | DefaultVcsProvider.execCheckOutFiles(String[] files, String comment, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo)Throws CapabilityException. |
VcsVersionInfo | DefaultVcsProvider.execFindVersionChangeAuthor(String fileName, String versionId, int lineNo)Find the first version in which specified string appears A session must be started prior to call this method. |
int | DefaultVcsProvider.execGetFileHistory(String file, List versions) |
int | DefaultVcsProvider.execGetFileInfo(String[] files, boolean wholeProject, boolean projectRecursively, List fileInfo)Throws CapabilityException. |
int | DefaultVcsProvider.execGetFiles(String[] files, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo)Throws CapabilityException. |
int | DefaultVcsProvider.execGetFilesStatuses(String[] files, int[] statuses)Throws CapabilityException. |
int | DefaultVcsProvider.execGetMissingFiles(Vector files)Throws CapabilityException. |
int | DefaultVcsProvider.execGetRawFileDiff(String fileName, boolean ignoreCase, boolean ignoreSpace, StringBuffer diff)Throws CapabilityException. |
int | DefaultVcsProvider.execGetRawFilesHistory(String[] files, boolean wholeProject, boolean projectRecursively, StringBuffer buffer) |
int | DefaultVcsProvider.execGetRawVersionsDiff(String versionID1, String versionID2, boolean ignoreCase, boolean ignoreSpace, StringBuffer buf)Throws CapabilityException. |
int | DefaultVcsProvider.execGetVersion(String versionID, java.io.OutputStream stream) |
int | DefaultVcsProvider.execLockFiles(String[] files, boolean wholeProject, boolean projectRecursively)Throws CapabilityException. |
int | DefaultVcsProvider.execRemoveFiles(String[] files, String comment, boolean removeLocal)Throws CapabilityException. |
int | DefaultVcsProvider.execRenameFile(String fileName, String newFileName)This method should be overridden by subclass if the command is supported. |
int | DefaultVcsProvider.execSearchFileHistory(String file, String pattern, List searchResult) |
int | DefaultVcsProvider.execSelectProject(String defaultProject, File workingDir, boolean createNewProject, StringBuffer selectedProject)Throws CapabilityException. |
int | DefaultVcsProvider.execSetFilesLabel(String[] files, String label, boolean wholeProject, boolean projectRecursively)Throws CapabilityException. |
int | DefaultVcsProvider.execShowAdvancedOptions(String command, boolean project)Throws CapabilityException. |
int | DefaultVcsProvider.execShowFileDiff(String fileName, boolean ignoreCase, boolean ignoreSpace)Throws CapabilityException. |
int | DefaultVcsProvider.execShowFileProperties(String fileName)Throws CapabilityException. |
int | DefaultVcsProvider.execShowFilesHistory(String[] files, boolean wholeProject, boolean projectRecursively)Throws CapabilityException. |
int | DefaultVcsProvider.execUnCheckOutFiles(String[] files, boolean removeLocal, boolean wholeProject, boolean projectRecursively)Throws CapabilityException. |
int | DefaultVcsProvider.execUnLockFiles(String[] files, boolean wholeProject, boolean projectRecursively)Throws CapabilityException. |
int | DefaultVcsProvider.execUnSetFilesLabel(String[] files, String label, boolean wholeProject, boolean projectRecursively) |
int | DefaultVcsProvider.execUpdateFiles(String[] files, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo)Throws CapabilityException. |
int | DefaultVcsProvider.getFileStatus(String filename)Returns FILE_STATUS_NONE. |
void | DefaultVcsProvider.startSession(String rootProject, File rootWorkingDir, String user, String password)Initializes internal root project and working directory values. |
void | DefaultVcsProvider.startSession(String rootProject, File rootWorkingDir) |
void | VcsProvider.changeWorkingDirectory(File workingDirectory)Changes current working directory. |
void | VcsProvider.clearAdvancedOptions(String command)Clear advanced. |
void | VcsProvider.endSession()Ends current session. |
int | VcsProvider.execAddFiles(String[] files, int[] fileTypes, String comment, boolean makeCheckedOut, boolean removeLocal)Add files from current working directory to the repository. |
int | VcsProvider.execChangeFileType(String fileName, int newFileType)Change file type |
int | VcsProvider.execCheckInFiles(String[] files, String comment, boolean keepCheckedOut, boolean removeLocal, boolean wholeProject, boolean projectRecursively, VcsCommitInfo info)Check in files. |
int | VcsProvider.execCheckOutFiles(String[] files, String comment, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo)Check out files. |
VcsVersionInfo | VcsProvider.execFindVersionChangeAuthor(String fileName, String versionId, int lineNo)Find the first version in which specified string appears A session must be started prior to call this method. |
int | VcsProvider.execGetFileHistory(String file, List versions)Returns the result of getting history of changes to specified file A session must be started prior to call this method. |
int | VcsProvider.execGetFileInfo(String[] files, boolean wholeProject, boolean projectRecursively, List fileInfo)Retrieves the information about files Information is returned as array list of VcsFileInfo objects A session must be started prior to call this method. |
int | VcsProvider.execGetFiles(String[] files, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo)Retrieve files from repository to working directory. |
int | VcsProvider.execGetFilesStatuses(String[] files, int[] statuses)Retrieves the statuses of files from current working directory with names specified in files array. |
int | VcsProvider.execGetMissingFiles(Vector files)Retrieves the list of file names in current VCS project missing in current working directory, that is which are to be downloaded from VCS on next get project operation. |
int | VcsProvider.execGetRawFileDiff(String fileName, boolean ignoreCase, boolean ignoreSpace, StringBuffer diff)Returns the raw result of diff command run on a file. |
int | VcsProvider.execGetRawFilesHistory(String[] files, boolean wholeProject, boolean projectRecursively, StringBuffer buffer)Returns the raw result of getting history of changes to specified files or whole project. |
int | VcsProvider.execGetRawVersionsDiff(String versionID1, String versionID2, boolean ignoreCase, boolean ignoreSpace, StringBuffer buf)Returns the raw result of diff command for two versions of the file. |
int | VcsProvider.execGetVersion(String versionID, OutputStream stream)Retrieve specified version of the file |
int | VcsProvider.execLockFiles(String[] files, boolean wholeProject, boolean projectRecursively)Locks file(s) or whole project in repository, so that no one is allowed to edit files but the current user. |
int | VcsProvider.execRemoveFiles(String[] files, String comment, boolean removeLocal)Remove files from current working directory from repository. |
int | VcsProvider.execRenameFile(String fileName, String newFileName)Rename a file from current working directory in repository. |
int | VcsProvider.execSearchFileHistory(String file, String pattern, List searchResult)Search for versions of the file containing specified pattern A session must be started prior to call this method. |
int | VcsProvider.execSelectProject(String defaultProject, File workingDir, boolean createNewProject, StringBuffer selectedProject)Displays a dialog which allows the user to select a project in repository. |
int | VcsProvider.execSetFilesLabel(String[] files, String label, boolean wholeProject, boolean projectRecursively)Applies a label to latest version of specified files or project in repository. |
int | VcsProvider.execShowAdvancedOptions(String command, boolean project)Shows dialog with advanced options for command to the user. |
int | VcsProvider.execShowFileDiff(String fileName, boolean ignoreCase, boolean ignoreSpace)Invokes file difference dialog for specified file or directory. |
int | VcsProvider.execShowFileProperties(String fileName)Invokes a dialog specific to souce control system with detailed properties for a file. |
int | VcsProvider.execShowFilesHistory(String[] files, boolean wholeProject, boolean projectRecursively)Invokes a dialog which shows history of changes to specified files or whole project. |
int | VcsProvider.execUnCheckOutFiles(String[] files, boolean removeLocal, boolean wholeProject, boolean projectRecursively)Undo check out files. |
int | VcsProvider.execUnLockFiles(String[] files, boolean wholeProject, boolean projectRecursively)Unlock file(s) or the whole project. |
int | VcsProvider.execUnSetFilesLabel(String[] files, String label, boolean wholeProject, boolean projectRecursively)Remove the label from the files A session must be started prior to call this method. |
int | VcsProvider.execUpdateFiles(String[] files, boolean wholeProject, boolean projectRecursively, VcsUpdateInfo updateInfo)Update files with latest version in the repository. |
int | VcsProvider.getFileStatus(String filename)Used to query status information about a list of selected files. |
void | VcsProvider.startSession(String rootProject, File rootWorkingDir, String user, String password)Starts new session. |
void | VcsProvider.startSession(String rootProject, File rootWorkingDir)Starts new session. |
String | VcsProviderType.getValidProjectName(String rootProject, File rootWorkingDir, File workingDir)Returns project name valid for this provider which corresponds to working directory workingDir, given that project rootProject
corresponds to root working directory rootWorkingDir. |
void | VcsProviderType.initialize()Performs initialization of version control system. |
VcsProvider | VcsProviderType.newVcsProvider()Creates new instance of VcsProvider. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||