Package | Description |
---|---|
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 |
---|---|
static CoreConfig.HideDotFiles |
CoreConfig.HideDotFiles.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreConfig.HideDotFiles[] |
CoreConfig.HideDotFiles.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CoreConfig.HideDotFiles |
WorkingTreeOptions.getHideDotFiles() |
Copyright © 2015 Eclipse JGit Project. All rights reserved.