LiteralMatcher

org.encalmo.utils.GitIgnore.LiteralMatcher
final case class LiteralMatcher(gitPattern: String) extends Matcher

Matches path literally with Git 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