com.unitesk.requality_subclipse
public class SVCSubclipseClient extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
Constructor and Description |
---|
SVCSubclipseClient() |
SVCSubclipseClient(IProject proj) |
Modifier and Type | Method and Description |
---|---|
void |
commit(IFile file,
java.lang.String commitMessage,
IProgressMonitor monitor) |
void |
excludeDotReqCSVDir() |
java.io.File |
getContainerFromRepoS(java.lang.String filePathInRepo,
java.lang.String rev,
IProgressMonitor monitor) |
java.lang.String |
getFileContentFromRepoS(java.lang.String filePathInRepo,
java.lang.String rev,
IProgressMonitor monitor) |
java.lang.String |
getFileContentFromRepoS(java.lang.String filePathInRepo,
java.lang.String pegRev,
java.lang.String revOfIntrst,
IProgressMonitor monitor) |
java.lang.String |
getID() |
java.lang.String |
getLocalCopyRevision(IResource componentFile) |
java.lang.String[] |
getRelativePathAndLatestRevForAFile(IFile componentFile) |
java.lang.String |
getRepoURL() |
java.util.ArrayList<FileSpaceTimePoint> |
getResourceRevisions(IResource componentFile,
IProgressMonitor monitor) |
java.util.ArrayList<FileSpaceTimePoint> |
getResourceRevisions(IResource componentFile,
java.lang.String startRev,
IProgressMonitor monitor) |
void |
init(IProject proj) |
java.lang.String |
scratchYard(java.io.File file,
java.lang.String commitMessage) |
void |
setCurrentRevision(java.lang.String rev) |
public static final java.lang.String ID
public SVCSubclipseClient() throws java.lang.Exception
java.lang.Exception
public SVCSubclipseClient(IProject proj) throws java.lang.Exception
java.lang.Exception
public java.lang.String getID()
public java.io.File getContainerFromRepoS(java.lang.String filePathInRepo, java.lang.String rev, IProgressMonitor monitor) throws java.lang.Exception
java.lang.Exception
public java.lang.String getFileContentFromRepoS(java.lang.String filePathInRepo, java.lang.String rev, IProgressMonitor monitor) throws java.lang.Exception
java.lang.Exception
public java.lang.String getFileContentFromRepoS(java.lang.String filePathInRepo, java.lang.String pegRev, java.lang.String revOfIntrst, IProgressMonitor monitor) throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<FileSpaceTimePoint> getResourceRevisions(IResource componentFile, IProgressMonitor monitor) throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<FileSpaceTimePoint> getResourceRevisions(IResource componentFile, java.lang.String startRev, IProgressMonitor monitor) throws java.lang.Exception
java.lang.Exception
public void init(IProject proj) throws java.lang.Exception
java.lang.Exception
public void setCurrentRevision(java.lang.String rev) throws java.lang.Exception
java.lang.Exception
public java.lang.String getLocalCopyRevision(IResource componentFile) throws java.lang.Exception
java.lang.Exception
public void commit(IFile file, java.lang.String commitMessage, IProgressMonitor monitor) throws java.lang.Exception
java.lang.Exception
public java.lang.String getRepoURL()
public java.lang.String[] getRelativePathAndLatestRevForAFile(IFile componentFile) throws java.lang.Exception
java.lang.Exception
public java.lang.String scratchYard(java.io.File file, java.lang.String commitMessage)
public void excludeDotReqCSVDir() throws java.lang.Exception
java.lang.Exception