Package 

Interface StringMatcher

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.Matcher

    
    public interface StringMatcher
     implements Matcher<String>
                        

    字符串匹配器。

    字符串匹配器用于表示字符串是否匹配某种格式。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      StringMatcher componentCopy(Map<String, Object> componentParams)
      String getComponentId()
      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