Uses of Class
org.eclipse.jgit.internal.storage.file.FileRepository
-
Packages that use FileRepository Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of FileRepository in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type FileRepository Modifier and Type Method Description static FileReftableDatabaseFileReftableDatabase. convertFrom(FileRepository repo, boolean writeLogs)Constructors in org.eclipse.jgit.internal.storage.file with parameters of type FileRepository Constructor Description GC(FileRepository repo)Creates a new garbage collector with default values.
-