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.org.eclipse.jgit.junit -
-
Uses of FileRepository in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as FileRepository Modifier and Type Field Description private FileRepositoryFileReftableDatabase. fileRepositoryprivate FileRepositoryRefDirectory. parentprivate FileRepositoryGC. repoprivate FileRepositoryGcLog. repo(package private) FileRepositoryObjectDirectory.AlternateRepository. repositoryMethods 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 AlternateRepository(FileRepository r)FileReftableDatabase(FileRepository repo)FileReftableDatabase(FileRepository repo, java.io.File refstackName)GC(FileRepository repo)Creates a new garbage collector with default values.GcLog(FileRepository repo)Construct a GcLog object for aFileRepositoryRefDirectory(FileRepository db) -
Uses of FileRepository in org.eclipse.jgit.junit
Fields in org.eclipse.jgit.junit declared as FileRepository Modifier and Type Field Description protected FileRepositoryRepositoryTestCase. dbTest repository, initialized for this test case.Methods in org.eclipse.jgit.junit that return FileRepository Modifier and Type Method Description protected FileRepositoryLocalDiskRepositoryTestCase. createBareRepository()Creates a new empty bare repository.protected FileRepositoryLocalDiskRepositoryTestCase. createRepository(boolean bare)Creates a new empty repository.FileRepositoryLocalDiskRepositoryTestCase. createRepository(boolean bare, boolean autoClose)Deprecated.protected FileRepositoryLocalDiskRepositoryTestCase. createWorkRepository()Creates a new empty repository within a new empty working directory.
-