| |||||||||
| 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.endSession()Clears all internal fields. |
int | DefaultVcsProvider.execAddFiles(String[] files, int[] fileTypes, String comment, boolean makeCheckedOut, boolean removeLocal)Throws CapabilityException. |
int | DefaultVcsProvider.execCheckInFiles(String[] files, String comment, boolean keepCheckedOut, boolean removeLocal, boolean wholeProject, boolean projectRecursively)Throws CapabilityException. |
int | DefaultVcsProvider.execCheckOutFiles(String[] files, String comment, boolean wholeProject, boolean projectRecursively)Throws CapabilityException. |
int | DefaultVcsProvider.execGetFiles(String[] files, boolean wholeProject, boolean projectRecursively)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.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)Throws CapabilityException. |
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.execUpdateFiles(String[] files, boolean wholeProject, boolean projectRecursively)Throws CapabilityException. |
int | DefaultVcsProvider.getFileStatus(String filename)Returns FILE_STATUS_NONE. |
void | VcsProvider.changeWorkingDirectory(File workingDirectory)Changes current working directory. |
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.execCheckInFiles(String[] files, String comment, boolean keepCheckedOut, boolean removeLocal, boolean wholeProject, boolean projectRecursively)Check in files. |
int | VcsProvider.execCheckOutFiles(String[] files, String comment, boolean wholeProject, boolean projectRecursively)Check out files. |
int | VcsProvider.execGetFiles(String[] files, boolean wholeProject, boolean projectRecursively)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.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.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.execUpdateFiles(String[] files, boolean wholeProject, boolean projectRecursively)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)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 | ||||||||