GlobMatcher

final case class GlobMatcher(gitPattern: String) extends Matcher

Matches path using a Git pattern compiled as a Glob.Pattern.

Matches path using a Git pattern compiled as a Glob.Pattern.

trait Serializable
trait Product
trait Equals
trait Matcher
class Object
trait Matchable
class Any

Value members

Concrete methods

final override def isPartOf(path: String): Int
Definition Classes
final override def isPrefixOf(path: String): Int
Definition Classes
final override def isSuffixOf(path: String): Int
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

final lazy val pattern: Pattern