Matcher

sealed trait Matcher

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.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

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