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 class
StringMatcher.MatchResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasPattern()
StringMatcher.MatchResult
match(String text)
-
-
-
Method Detail
-
match
@NotNull StringMatcher.MatchResult match(@NotNull String text)
-
hasPattern
boolean hasPattern()
-
-