- IgnoreNode - Class in org.eclipse.jgit.ignore
-
Represents a bundle of ignore rules inherited from a base directory.
- IgnoreNode() - Constructor for class org.eclipse.jgit.ignore.IgnoreNode
-
Create an empty ignore node with no rules.
- IgnoreNode(List<FastIgnoreRule>) - Constructor for class org.eclipse.jgit.ignore.IgnoreNode
-
Create an ignore node with given rules.
- IgnoreNode.MatchResult - Enum in org.eclipse.jgit.ignore
-
- IMatcher - Interface in org.eclipse.jgit.ignore.internal
-
Generic string matcher
- InvalidPatternException - Exception in org.eclipse.jgit.errors
-
Thrown when a pattern passed in an argument was wrong.
- InvalidPatternException(String, String) - Constructor for exception org.eclipse.jgit.errors.InvalidPatternException
-
Constructor for InvalidPatternException
- InvalidPatternException(String, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.InvalidPatternException
-
Constructor for InvalidPatternException
- isDirectoryPattern(String) - Static method in class org.eclipse.jgit.ignore.internal.Strings
-
Check if pattern is a directory pattern ending with a path separator
- isEmpty() - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Whether the rule never matches
- isIgnored(String, boolean) - Method in class org.eclipse.jgit.ignore.IgnoreNode
-
Determine if an entry path matches an ignore rule.
- isMatch(String, boolean) - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Returns true if a match was made.
- isMatch(String, boolean, boolean) - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Returns true if a match was made.