-
- 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匹配索引index,index是整数。name匹配名字、键name。
-
-
Field Summary
Fields Modifier and Type Field Description public final static PathPattern.StandardPathINSTANCE
-
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
-
-