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 FileRepository
FileReftableDatabase. fileRepository
private FileRepository
RefDirectory. parent
private FileRepository
GC. repo
private FileRepository
GcLog. repo
(package private) FileRepository
ObjectDirectory.AlternateRepository. repository
Methods in org.eclipse.jgit.internal.storage.file with parameters of type FileRepository Modifier and Type Method Description static FileReftableDatabase
FileReftableDatabase. 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 aFileRepository
RefDirectory(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 FileRepository
RepositoryTestCase. db
Test repository, initialized for this test case.Methods in org.eclipse.jgit.junit that return FileRepository Modifier and Type Method Description protected FileRepository
LocalDiskRepositoryTestCase. createBareRepository()
Creates a new empty bare repository.protected FileRepository
LocalDiskRepositoryTestCase. createRepository(boolean bare)
Creates a new empty repository.FileRepository
LocalDiskRepositoryTestCase. createRepository(boolean bare, boolean autoClose)
Deprecated.protected FileRepository
LocalDiskRepositoryTestCase. createWorkRepository()
Creates a new empty repository within a new empty working directory.
-