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.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Method and Description |
---|---|
AttributesNodeProvider |
DfsRepository.createAttributesNodeProvider()
Create a new
AttributesNodeProvider . |
Modifier and Type | Method and Description |
---|---|
AttributesNodeProvider |
FileRepository.createAttributesNodeProvider()
Create a new
AttributesNodeProvider . |
Modifier and Type | Method and Description |
---|---|
abstract AttributesNodeProvider |
Repository.createAttributesNodeProvider()
Create a new
AttributesNodeProvider . |
Modifier and Type | Method and Description |
---|---|
AttributesNodeProvider |
TreeWalk.getAttributesNodeProvider()
Get the attributes node provider
|
Modifier and Type | Method and Description |
---|---|
void |
TreeWalk.setAttributesNodeProvider(AttributesNodeProvider provider)
Sets the
AttributesNodeProvider for
this TreeWalk . |
Copyright © 2018 Eclipse JGit Project. All rights reserved.