Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<WorkingTreeOptions> |
WorkingTreeOptions.KEY
Key for
Config.get(SectionParser) . |
Modifier and Type | Method and Description |
---|---|
WorkingTreeOptions |
WorkingTreeIterator.getOptions()
Returns the working tree options used by this iterator.
|
Constructor and Description |
---|
FileTreeIterator(java.io.File root,
FS fs,
WorkingTreeOptions options)
Create a new iterator to traverse the given directory and its children.
|
WorkingTreeIterator(java.lang.String prefix,
WorkingTreeOptions options)
Create a new iterator with no parent and a prefix.
|
WorkingTreeIterator(WorkingTreeOptions options)
Create a new iterator with no parent.
|
Copyright © 2012. All Rights Reserved.