Package org.eclipse.jgit.treewalk
Class WorkingTreeIterator.RootIgnoreNode
java.lang.Object
org.eclipse.jgit.ignore.IgnoreNode
org.eclipse.jgit.treewalk.WorkingTreeIterator.PerDirectoryIgnoreNode
org.eclipse.jgit.treewalk.WorkingTreeIterator.RootIgnoreNode
- Enclosing class:
- WorkingTreeIterator
private static class WorkingTreeIterator.RootIgnoreNode
extends WorkingTreeIterator.PerDirectoryIgnoreNode
Magic type indicating there may be rules for the top level.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.ignore.IgnoreNode
IgnoreNode.MatchResult
-
Field Summary
FieldsFields inherited from class org.eclipse.jgit.treewalk.WorkingTreeIterator.PerDirectoryIgnoreNode
entry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) IgnoreNode
load()
private static void
loadRulesFromFile
(IgnoreNode r, File exclude) Methods inherited from class org.eclipse.jgit.ignore.IgnoreNode
checkIgnored, getRules, isIgnored, parse, parse, toString
-
Field Details
-
repository
-
-
Constructor Details
-
RootIgnoreNode
RootIgnoreNode(WorkingTreeIterator.Entry entry, Repository repository)
-
-
Method Details
-
load
- Overrides:
load
in classWorkingTreeIterator.PerDirectoryIgnoreNode
- Throws:
IOException
-
loadRulesFromFile
private static void loadRulesFromFile(IgnoreNode r, File exclude) throws FileNotFoundException, IOException - Throws:
FileNotFoundException
IOException
-