Package | Description |
---|---|
cn.hutool.core.io.watch |
基于JDK7+ WatchService的文件和目录监听封装,支持多级目录
|
Modifier and Type | Method and Description |
---|---|
void |
WatchServer.init()
初始化
初始化包括: 1、解析传入的路径,判断其为目录还是文件 2、创建 WatchService 对象
|
void |
WatchMonitor.init()
初始化
初始化包括: 1、解析传入的路径,判断其为目录还是文件 2、创建 WatchService 对象
|
void |
WatchMonitor.watch(Watcher watcher)
开始监听事件,阻塞当前进程
|
Copyright © 2024. All rights reserved.