Package io.github.andreyzebin.gitSql.git
Class CommitSource
java.lang.Object
io.github.andreyzebin.gitSql.git.AbstractClient
io.github.andreyzebin.gitSql.git.CommitSource
- All Implemented Interfaces:
Branches,GitAPI,GitDirectory,GitFs,Origins,Versions,AutoCloseable
-
Field Summary
Fields inherited from class io.github.andreyzebin.gitSql.git.AbstractClient
dt, dtFactory, fm, stage -
Constructor Summary
ConstructorsConstructorDescriptionCommitSource(io.github.zebin.javabash.sandbox.AllFileManager bash, GitDirectory source, String commit, DirectoryTreeFactory dtf) -
Method Summary
Methods inherited from class io.github.andreyzebin.gitSql.git.AbstractClient
commit, contains, fetch, getBranch, getChanges, getChanges, getDirectory, getOrigin, getTimestamp, getUpstream, listBranches, listCommits, merge, pull, push, recoverState, reset, seek, setBranch, setOrigin, setupDir, setupDir, setUpstreamMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.andreyzebin.gitSql.git.GitDirectory
getLocation
-
Constructor Details
-
CommitSource
public CommitSource(io.github.zebin.javabash.sandbox.AllFileManager bash, GitDirectory source, String commit, DirectoryTreeFactory dtf)
-
-
Method Details