Uses of Class
org.eclipse.jgit.internal.storage.dfs.InMemoryRepository
-
Packages that use InMemoryRepository Package Description org.eclipse.jgit.http.test org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of InMemoryRepository in org.eclipse.jgit.http.test
Subclasses of InMemoryRepository in org.eclipse.jgit.http.test Modifier and Type Class Description (package private) class
RefsUnreadableInMemoryRepository
AnInMemoryRepository
whose refs can be made unreadable for testing purposes. -
Uses of InMemoryRepository in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return InMemoryRepository Modifier and Type Method Description InMemoryRepository
InMemoryRepository.Builder. build()
-