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 |
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 . |
Copyright © 2017 Eclipse JGit Project. All rights reserved.