-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.PathFormat
public class PathFormats.StandardPath extends AbstractPathFormat
标准路径。
规则:
以
/作为分隔符。{name}匹配任意项,并命名为name。index匹配索引index,index是整数。name匹配名字、键name。
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcomponentIdprivate final Map<String, Object>componentParamspublic final static PathFormats.StandardPathINSTANCE
-
Method Summary
Modifier and Type Method Description StringgetComponentId()Map<String, Object>getComponentParams()-
Methods inherited from class icu.windea.breezeframework.core.component.PathFormats.StandardPath
equals, get, getOrDefault, getOrElse, getOrNull, hashCode, joinToString, joinToString, joinToString, matches, normalize, query, resolveVariables, split, splitToSequence, toString -
Methods inherited from class icu.windea.breezeframework.core.component.AbstractPathFormat
componentCopy -
Methods inherited from class icu.windea.breezeframework.core.component.PathFormat
componentEquals, componentHashcode, componentToString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getComponentId
String getComponentId()
-
getComponentParams
Map<String, Object> getComponentParams()
-
-
-
-