Package | Description |
---|---|
org.eclipse.jgit.ignore |
Ignore rule parser/matcher (for .gitignore entries).
|
Modifier and Type | Method | Description |
---|---|---|
IgnoreNode.MatchResult |
IgnoreNode.isIgnored(String entryPath,
boolean isDirectory) |
Determine if an entry path matches an ignore rule.
|
IgnoreNode.MatchResult |
IgnoreNode.isIgnored(String entryPath,
boolean isDirectory,
boolean negateFirstMatch) |
Determine if an entry path matches an ignore rule.
|
static IgnoreNode.MatchResult |
IgnoreNode.MatchResult.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IgnoreNode.MatchResult[] |
IgnoreNode.MatchResult.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.