Interface GitDirectory

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
GitFs
All Known Implementing Classes:
AbstractClient, CommitSource, DirOriginSource, GitFsCacheProxy, LocalSource, RemoteOrigin

public interface GitDirectory extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.zebin.javabash.sandbox.DirectoryTree
     
    default io.github.zebin.javabash.sandbox.PosixPath
     
     

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • getRoot

      Path getRoot()
    • getLocation

      default io.github.zebin.javabash.sandbox.PosixPath getLocation()
    • getDirectory

      io.github.zebin.javabash.sandbox.DirectoryTree getDirectory()