Class BazaarAccessor
- java.lang.Object
-
- com.github.blindpirate.gogradle.vcs.bazaar.BazaarAccessor
-
- All Implemented Interfaces:
VcsAccessor
@Singleton public class BazaarAccessor extends java.lang.Object implements VcsAccessor
-
-
Constructor Summary
Constructors Constructor Description BazaarAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRemoteUrl(java.io.File repoRoot)longlastCommitTimeOfPath(java.io.File repoRoot, java.nio.file.Path relativePath)
-
-
-
Method Detail
-
getRemoteUrl
public java.lang.String getRemoteUrl(java.io.File repoRoot)
- Specified by:
getRemoteUrlin interfaceVcsAccessor
-
lastCommitTimeOfPath
public long lastCommitTimeOfPath(java.io.File repoRoot, java.nio.file.Path relativePath)- Specified by:
lastCommitTimeOfPathin interfaceVcsAccessor
-
-