Package | Description |
---|---|
org.eclipse.jgit.ignore |
Modifier and Type | Method and Description |
---|---|
IgnoreNode.MatchResult |
IgnoreNode.isIgnored(java.lang.String entryPath,
boolean isDirectory)
Determine if an entry path matches an ignore rule.
|
static IgnoreNode.MatchResult |
IgnoreNode.MatchResult.valueOf(java.lang.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 © 2012. All Rights Reserved.