Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectory.AlternateHandle
-
Packages that use ObjectDirectory.AlternateHandle Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of ObjectDirectory.AlternateHandle in org.eclipse.jgit.internal.storage.file
Subclasses of ObjectDirectory.AlternateHandle in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description (package private) static class
ObjectDirectory.AlternateRepository
Fields in org.eclipse.jgit.internal.storage.file declared as ObjectDirectory.AlternateHandle Modifier and Type Field Description private ObjectDirectory.AlternateHandle
ObjectDirectory. handle
Methods in org.eclipse.jgit.internal.storage.file that return ObjectDirectory.AlternateHandle Modifier and Type Method Description private ObjectDirectory.AlternateHandle[]
ObjectDirectory. loadAlternates()
(package private) ObjectDirectory.AlternateHandle[]
ObjectDirectory. myAlternates()
private ObjectDirectory.AlternateHandle
ObjectDirectory. openAlternate(java.io.File objdir)
private ObjectDirectory.AlternateHandle
ObjectDirectory. openAlternate(java.lang.String location)
-