Package | Description |
---|---|
org.eclipse.jgit.lib | |
org.eclipse.jgit.transport.resolver |
Modifier and Type | Method and Description |
---|---|
Repository |
RepositoryCache.Key.open(boolean mustExist)
Called by
RepositoryCache.open(Key) if it doesn't exist yet. |
static Repository |
RepositoryCache.open(RepositoryCache.Key location)
Open an existing repository, reusing a cached instance if possible.
|
Modifier and Type | Method and Description |
---|---|
Repository |
FileResolver.open(C req,
java.lang.String name) |
Repository |
RepositoryResolver.open(C req,
java.lang.String name)
Locate and open a reference to a
Repository . |
Copyright © 2012. All Rights Reserved.