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 classMagic type indicating we know rules exist, but they aren't loaded.private static classMagic type indicating there may be rules for the top level.Fields in org.eclipse.jgit.treewalk declared as IgnoreNodeModifier and TypeFieldDescriptionprivate IgnoreNodeWorkingTreeIterator.ignoreNodeIf there is a .gitignore file present, the parsed rules from it.Methods in org.eclipse.jgit.treewalk that return IgnoreNodeModifier and TypeMethodDescriptionprivate IgnoreNodeWorkingTreeIterator.getIgnoreNode()(package private) IgnoreNodeWorkingTreeIterator.PerDirectoryIgnoreNode.load()(package private) IgnoreNodeWorkingTreeIterator.RootIgnoreNode.load()Methods in org.eclipse.jgit.treewalk with parameters of type IgnoreNodeModifier and TypeMethodDescriptionprivate static voidWorkingTreeIterator.RootIgnoreNode.loadRulesFromFile(IgnoreNode r, File exclude)