public class PathDescriptorImpl extends Object implements PathDescriptor
| 构造器和说明 |
|---|
PathDescriptorImpl(Collection<String> fullPath) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
belong(String fullPath)
给定一个路径 判断当前路径是否处于改路径之上
|
String |
getFullPath() |
boolean |
nested() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbelongpublic PathDescriptorImpl(Collection<String> fullPath)
public String getFullPath()
getFullPath 在接口中 PathDescriptorpublic boolean belong(String fullPath)
PathDescriptorbelong 在接口中 PathDescriptorfullPath - 路径public boolean nested()
nested 在接口中 PathDescriptorCopyright © 2022. All rights reserved.