GlobMatcher

org.encalmo.utils.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
Show all

Members list

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

final lazy val pattern: Pattern