@Singleton public class SvnAccessor extends java.lang.Object implements VcsAccessor
| Constructor and Description |
|---|
SvnAccessor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRemoteUrl(java.io.File repoRoot) |
long |
lastCommitTimeOfPath(java.io.File repoRoot,
java.nio.file.Path relativePath) |
public java.lang.String getRemoteUrl(java.io.File repoRoot)
getRemoteUrl in interface VcsAccessorpublic long lastCommitTimeOfPath(java.io.File repoRoot,
java.nio.file.Path relativePath)
lastCommitTimeOfPath in interface VcsAccessor