GlobMatcher

com.github.arturopala.gitignore.GitIgnore$.GlobMatcher
final case class GlobMatcher(gitPattern: String) extends Matcher

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

final override def isPartOf(path: String): Int

Attributes

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

Attributes

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

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

final lazy val pattern: Pattern