Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.transport.resolver |
Server-side resolver for locating repositories by URLs.
|
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,
String name)
Locate and open a reference to a
Repository . |
Repository |
RepositoryResolver.open(C req,
String name)
Locate and open a reference to a
Repository . |
Copyright © 2020 Eclipse JGit Project. All rights reserved.