public interface PathDescriptor
| 限定符和类型 | 方法和说明 |
|---|---|
default boolean |
belong(PathDescriptor pathDescriptor)
给定一个路径描述 判断当前路径是否处于改路径之上
|
boolean |
belong(String fullPath)
给定一个路径 判断当前路径是否处于改路径之上
|
String |
getFullPath() |
boolean |
nested() |
String getFullPath()
boolean nested()
default boolean belong(PathDescriptor pathDescriptor)
pathDescriptor - 路径描述boolean belong(String fullPath)
fullPath - 路径Copyright © 2022. All rights reserved.