AnyStringPattern
org.encalmo.utils.Glob.AnyStringPattern
case object AnyStringPattern extends Pattern, WildcardPattern
A wildcard pattern matching anything but path separator '/' character.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait WildcardPatterntrait Patternclass Objecttrait Matchableclass AnyShow all
- Self type
-
AnyStringPattern.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