Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Class and Description |
---|---|
private static class |
WorkingTreeIterator.PerDirectoryIgnoreNode
Magic type indicating we know rules exist, but they aren't loaded.
|
private static class |
WorkingTreeIterator.RootIgnoreNode
Magic type indicating there may be rules for the top level.
|
Modifier and Type | Field and Description |
---|---|
private IgnoreNode |
WorkingTreeIterator.ignoreNode
If there is a .gitignore file present, the parsed rules from it.
|
Modifier and Type | Method and Description |
---|---|
private IgnoreNode |
WorkingTreeIterator.getIgnoreNode() |
(package private) IgnoreNode |
WorkingTreeIterator.PerDirectoryIgnoreNode.load() |
(package private) IgnoreNode |
WorkingTreeIterator.RootIgnoreNode.load() |
Modifier and Type | Method and Description |
---|---|
private static void |
WorkingTreeIterator.RootIgnoreNode.loadRulesFromFile(IgnoreNode r,
java.io.File exclude) |