-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Matcher
public interface StringMatcher implements Matcher<String>
字符串匹配器。
字符串匹配器用于表示字符串是否匹配某种格式。
-
-
Method Summary
Modifier and Type Method Description StringMatchercomponentCopy(Map<String, Object> componentParams)StringgetComponentId()Map<String, Object>getComponentParams()-
Methods inherited from class icu.windea.breezeframework.core.component.StringMatcher
matches -
Methods inherited from class icu.windea.breezeframework.core.component.Matcher
componentEquals, componentHashcode, componentToString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
componentCopy
StringMatcher componentCopy(Map<String, Object> componentParams)
-
getComponentId
String getComponentId()
-
getComponentParams
Map<String, Object> getComponentParams()
-
-
-
-