Package jetbrains.buildServer.util
Interface StringMatcher
-
- All Known Implementing Classes:
StringMatcherHelper
public interface StringMatcher- Author:
- Yegor.Yarko Date: 01/10/2018
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStringMatcher.MatchResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasPattern()StringMatcher.MatchResultmatch(String text)
-
-
-
Method Detail
-
match
@NotNull StringMatcher.MatchResult match(@NotNull String text)
-
hasPattern
boolean hasPattern()
-
-