Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.submodule |
Git submodule support.
|
Modifier and Type | Method and Description |
---|---|
StatusCommand |
StatusCommand.setIgnoreSubmodules(SubmoduleWalk.IgnoreSubmoduleMode mode) |
Modifier and Type | Method and Description |
---|---|
void |
IndexDiff.setIgnoreSubmoduleMode(SubmoduleWalk.IgnoreSubmoduleMode mode) |
Modifier and Type | Method and Description |
---|---|
SubmoduleWalk.IgnoreSubmoduleMode |
SubmoduleWalk.getModulesIgnore()
Get the configured ignore field for the current entry.
|
static SubmoduleWalk.IgnoreSubmoduleMode |
SubmoduleWalk.IgnoreSubmoduleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubmoduleWalk.IgnoreSubmoduleMode[] |
SubmoduleWalk.IgnoreSubmoduleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.