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
Methods 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 FileRepositoryModifierConstructorDescriptionGC(FileRepository repo) Creates a new garbage collector with default values. -
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