Uses of Class
org.eclipse.jgit.ignore.IgnoreNode
Packages that use IgnoreNode
Package
Description
Walking and comparing directory/file trees (of commits, file system).
-
Uses of IgnoreNode in org.eclipse.jgit.treewalk
Subclasses of IgnoreNode in org.eclipse.jgit.treewalkModifier and TypeClassDescriptionprivate static class
Magic type indicating we know rules exist, but they aren't loaded.private static class
Magic type indicating there may be rules for the top level.Fields in org.eclipse.jgit.treewalk declared as IgnoreNodeModifier and TypeFieldDescriptionprivate IgnoreNode
WorkingTreeIterator.ignoreNode
If there is a .gitignore file present, the parsed rules from it.Methods in org.eclipse.jgit.treewalk that return IgnoreNodeModifier and TypeMethodDescriptionprivate IgnoreNode
WorkingTreeIterator.getIgnoreNode()
(package private) IgnoreNode
WorkingTreeIterator.PerDirectoryIgnoreNode.load()
(package private) IgnoreNode
WorkingTreeIterator.RootIgnoreNode.load()
Methods in org.eclipse.jgit.treewalk with parameters of type IgnoreNodeModifier and TypeMethodDescriptionprivate static void
WorkingTreeIterator.RootIgnoreNode.loadRulesFromFile
(IgnoreNode r, File exclude)