LiteralMatcher

com.github.arturopala.gitignore.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

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