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 FileRepositoryFileReftableDatabase.fileRepositoryprivate final FileRepositoryRefDirectory.parentprivate final FileRepositoryGC.repoprivate final FileRepositoryGcLog.repo(package private) final FileRepositoryObjectDirectory.AlternateRepository.repositoryMethods in org.eclipse.jgit.internal.storage.file with parameters of type FileRepositoryModifier and TypeMethodDescriptionstatic FileReftableDatabaseFileReftableDatabase.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 FileRepositoryRepositoryTestCase.dbTest repository, initialized for this test case.Methods in org.eclipse.jgit.junit that return FileRepositoryModifier and TypeMethodDescriptionprotected FileRepositoryLocalDiskRepositoryTestCase.createBareRepository()Creates a new empty bare repository.protected FileRepositoryLocalDiskRepositoryTestCase.createRepository(boolean bare) Creates a new empty repository.LocalDiskRepositoryTestCase.createRepository(boolean bare, boolean autoClose) Deprecated.protected FileRepositoryLocalDiskRepositoryTestCase.createWorkRepository()Creates a new empty repository within a new empty working directory.
LocalDiskRepositoryTestCase.createRepository(boolean)instead