Uses of Class
org.eclipse.jgit.internal.storage.file.FileRepository
Packages that use FileRepository
Package
Description
File based repository storage.
-
Uses of FileRepository in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as FileRepositoryModifier and TypeFieldDescriptionprivate final FileRepository
FileReftableDatabase.fileRepository
private final FileRepository
RefDirectory.parent
private final FileRepository
GC.repo
private final FileRepository
GcLog.repo
(package private) final FileRepository
ObjectDirectory.AlternateRepository.repository
Methods in org.eclipse.jgit.internal.storage.file with parameters of type FileRepositoryModifier and TypeMethodDescriptionstatic FileReftableDatabase
FileReftableDatabase.convertFrom
(FileRepository repo, boolean writeLogs) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type FileRepositoryModifierConstructorDescription(package private)
(package private)
(package private)
FileReftableDatabase
(FileRepository repo, File refstackName) GC
(FileRepository repo) Creates a new garbage collector with default values.(package private)
GcLog
(FileRepository repo) Construct a GcLog object for aFileRepository
(package private)
-
Uses of FileRepository in org.eclipse.jgit.junit
Fields in org.eclipse.jgit.junit declared as FileRepositoryModifier and TypeFieldDescriptionprotected FileRepository
RepositoryTestCase.db
Test repository, initialized for this test case.Methods in org.eclipse.jgit.junit that return FileRepositoryModifier and TypeMethodDescriptionprotected FileRepository
LocalDiskRepositoryTestCase.createBareRepository()
Creates a new empty bare repository.protected FileRepository
LocalDiskRepositoryTestCase.createRepository
(boolean bare) Creates a new empty repository.LocalDiskRepositoryTestCase.createRepository
(boolean bare, boolean autoClose) Deprecated.protected FileRepository
LocalDiskRepositoryTestCase.createWorkRepository()
Creates a new empty repository within a new empty working directory.
LocalDiskRepositoryTestCase.createRepository(boolean)
instead