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 classWorkingTreeIterator.PerDirectoryIgnoreNodeMagic type indicating we know rules exist, but they aren't loaded.private static classWorkingTreeIterator.RootIgnoreNodeMagic 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 IgnoreNodeWorkingTreeIterator. ignoreNodeIf 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 IgnoreNodeWorkingTreeIterator. getIgnoreNode()(package private) IgnoreNodeWorkingTreeIterator.PerDirectoryIgnoreNode. load()(package private) IgnoreNodeWorkingTreeIterator.RootIgnoreNode. load()Methods in org.eclipse.jgit.treewalk with parameters of type IgnoreNode Modifier and Type Method Description private static voidWorkingTreeIterator.RootIgnoreNode. loadRulesFromFile(IgnoreNode r, java.io.File exclude)
-