Package 

Object PathPattern.StandardPath

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

    
    public class PathPattern.StandardPath
    extends PathPattern.AbstractPathPattern
                        

    标准路径。

    规则:

    • /作为分隔符。

    • {name} 匹配任意项,并命名为name

    • index 匹配索引indexindex是整数。

    • name 匹配名字、键name

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class icu.windea.breezeframework.core.component.PathPattern.StandardPath

        get, getOrDefault, getOrElse, getOrNull, joinToString, joinToString, joinToString, matches, normalize, query, resolveVariables, split, splitToSequence
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait