Matcher

com.github.arturopala.gitignore.GitIgnore$.Matcher
See theMatcher companion object
sealed trait Matcher

Matches path against the Git pattern.

Each method returns the furthest matched position, or -1 if not matched at all.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def isPartOf(path: String): Int
def isPrefixOf(path: String): Int
def isSuffixOf(path: String): Int