Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.submodule |
Git submodule support.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsRepositoryBuilder<B extends DfsRepositoryBuilder,R extends DfsRepository>
Constructs a
DfsRepository . |
static class |
InMemoryRepository.Builder
Builder for in-memory repositories.
|
Constructor and Description |
---|
FileRepository(BaseRepositoryBuilder options)
Create a repository using the local file system.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRepositoryBuilder<B extends BaseRepositoryBuilder,R extends Repository>
Base builder to customize repository construction.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryBuilder
Base class to support constructing a
Repository . |
Constructor and Description |
---|
Repository(BaseRepositoryBuilder options)
Initialize a new repository instance.
|
Modifier and Type | Class and Description |
---|---|
class |
FileRepositoryBuilder
Constructs a
FileRepository . |
Modifier and Type | Method and Description |
---|---|
static Repository |
SubmoduleWalk.getSubmoduleRepository(File parent,
String path,
FS fs,
BaseRepositoryBuilder<?,? extends Repository> builder)
Get submodule repository at path, using the specified file system
abstraction and the specified builder
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.