Uses of Class
org.eclipse.jgit.ignore.IgnoreNode
-
Packages that use IgnoreNode Package Description org.eclipse.jgit.treewalk 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.treewalk Modifier and Type Class 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.Fields in org.eclipse.jgit.treewalk declared as IgnoreNode Modifier and Type Field Description private IgnoreNode
WorkingTreeIterator. ignoreNode
If there is a .gitignore file present, the parsed rules from it.Methods in org.eclipse.jgit.treewalk that return IgnoreNode Modifier and Type Method Description private 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 IgnoreNode Modifier and Type Method Description private static void
WorkingTreeIterator.RootIgnoreNode. loadRulesFromFile(IgnoreNode r, java.io.File exclude)
-