AnythingPattern
org.encalmo.utils.Glob.AnythingPattern
case object AnythingPattern extends Pattern, WildcardPattern
A wildcard pattern matching anything, inluding path separator.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait WildcardPatterntrait Patternclass Objecttrait Matchableclass AnyShow all
- Self type
-
AnythingPattern.type
Members list
Value members
Inherited methods
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
Creates a matcher that will match the given input against this pattern.
Creates a matcher that will match the given input against this pattern.
Attributes
- Inherited from:
- Pattern
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
A minimum width of the string to be considered a match for this pattern.
A minimum width of the string to be considered a match for this pattern.
Attributes
- Inherited from:
- WildcardPattern
In this article