public interface VersionControlProfile extends SourceControlProfile
SourceControlProfilePLUGIN_NAMETYPE_FILE, TYPE_PROJECT, TYPE_RETRIEVE| Modifier and Type | Method and Description |
|---|---|
void |
checkIn(java.lang.String filePath,
java.lang.String checkoutPath,
java.lang.String versionLabel,
java.lang.String comment)
Upload a local (checked out) file to the source control system.
|
void |
checkOut(java.lang.String filePath,
java.lang.String targetPath,
java.lang.String comment,
boolean getLocalCopy)
Checkout means to lock a file in the source control system for exclusive access.
|
void |
createWorkingDirectory(java.io.File workdir,
java.lang.String label)
Deprecated.
not used anymore
|
void |
get(java.lang.String filePath,
java.lang.String targetPath,
boolean recursive,
java.lang.String label) |
java.lang.String[] |
getLabels(java.lang.String filePath,
java.lang.String pattern)
Deprecated.
not used anymore
|
addFile, addFiles, cleanupWorkingDirectory, createWorkingDirectory, get, getLastName, getName, getParent, getPropertyProvider, getSourceCodeControlInfo, getStringResolver, removeWorkingDirectory, updateRepository, validateProfileSettingsaddDirectory, buildPath, getRootPath, getSeparator, isValidProjectName, listvoid checkOut(java.lang.String filePath,
java.lang.String targetPath,
java.lang.String comment,
boolean getLocalCopy)
throws SourceControlException
filePath - targetPath - This optional parameter is a string value set to the complete local path
to which you want to check the file out. This path includes the file name that you wish to check out.comment - getLocalCopy - if true existing local files will be overwrittenSourceControlExceptionvoid checkIn(java.lang.String filePath,
java.lang.String checkoutPath,
java.lang.String versionLabel,
java.lang.String comment)
throws SourceControlException
filePath - checkoutPath - versionLabel - comment - SourceControlExceptionvoid get(java.lang.String filePath,
java.lang.String targetPath,
boolean recursive,
java.lang.String label)
throws SourceControlException
SourceControlException@Deprecated
java.lang.String[] getLabels(java.lang.String filePath,
java.lang.String pattern)
throws SourceControlException
SourceControlException@Deprecated
void createWorkingDirectory(java.io.File workdir,
java.lang.String label)
throws SourceControlException
SourceControlExceptionCopyright © Micro Focus 2004-2019. All rights reserved.