Class 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.String getRemoteUrl​(java.io.File repoRoot)  
      long lastCommitTimeOfPath​(java.io.File repoRoot, java.nio.file.Path relativePath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BazaarAccessor

        public BazaarAccessor()
    • Method Detail

      • getRemoteUrl

        public java.lang.String getRemoteUrl​(java.io.File repoRoot)
        Specified by:
        getRemoteUrl in interface VcsAccessor
      • lastCommitTimeOfPath

        public long lastCommitTimeOfPath​(java.io.File repoRoot,
                                         java.nio.file.Path relativePath)
        Specified by:
        lastCommitTimeOfPath in interface VcsAccessor