Attributes
Members list
Type members
Classlikes
Matches any directories chain of the path.
Matches any directories chain of the path.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Patternclass Objecttrait Matchableclass AnyShow all
Matches any single segment of the path.
Matches any single segment of the path.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Patternclass Objecttrait Matchableclass AnyShow all
Matches any segments chain of the path.
Matches any segments chain of the path.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Patternclass Objecttrait Matchableclass AnyShow all
Matches any initial segments prefix of the path.
Matches any initial segments prefix of the path.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Patternclass Objecttrait Matchableclass AnyShow all
Matches initial directories prefix of the path.
Matches initial directories prefix of the path.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Patternclass Objecttrait Matchableclass AnyShow all
Matches path using a Git pattern compiled as a Glob.Pattern.
Matches path using a Git pattern compiled as a Glob.Pattern.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Matcherclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Voteclass Objecttrait Matchableclass AnyShow all
Matches path literally with Git pattern.
Matches path literally with Git pattern.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Matcherclass Objecttrait Matchableclass AnyShow all
Matches path against the Git pattern.
Matches path against the Git pattern.
Each method returns the furthest matched position, or -1 if not matched at all.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class GlobMatcherclass LiteralMatcher
Reverts match, if any, of the nested pattern.
Reverts match, if any, of the nested pattern.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Patternclass Objecttrait Matchableclass AnyShow all
Internal model of the path pattern.
Internal model of the path pattern.
Attributes
- Supertypes
- Known subtypes
-
class AnyDirectoryPatternclass AnyNamePatternclass AnyPathPatternclass AnyPrefixPatternclass DirectoryPrefixPatternclass NegateShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Voteclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Create GitIgnore from a single well-formed pattern.
Create GitIgnore from a single well-formed pattern.
Attributes
Parse .gitignore file content into GitIgnore instance.
Parse .gitignore file content into GitIgnore instance.
Attributes
Parse .gitignore file content and return sequence of patterns.
Parse .gitignore file content and return sequence of patterns.
Attributes
Parse .gitignore lines iterator and return sequence of patterns.
Parse .gitignore lines iterator and return sequence of patterns.
Attributes
Parse single Git pattern into internal representation.
Parse single Git pattern into internal representation.