Package | Description |
---|---|
cn.hutool.core.io.watch |
基于JDK7+ WatchService的文件和目录监听封装,支持多级目录
|
Modifier and Type | Class and Description |
---|---|
class |
WatchMonitor
路径监听器
监听器可监听目录或文件
如果监听的Path不存在,则递归创建空目录然后监听此空目录 递归监听目录时,并不会监听新创建的目录 |
Copyright © 2024. All rights reserved.