public interface TreeMatcher
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getText(File directory,
int depth,
boolean hasLast) |
String |
getText(File directory,
int depth,
File file,
boolean hasLast) |
default boolean |
matchDirectory(File directory,
int depth,
boolean hasLast) |
default boolean |
matchFile(File directory,
int depth,
File file,
boolean hasLast) |
default boolean matchDirectory(File directory, int depth, boolean hasLast)
Copyright © 2022. All rights reserved.