Package | Description |
---|---|
cn.hutool.core.io.watch |
基于JDK7+ WatchService的文件和目录监听封装,支持多级目录
|
Modifier and Type | Method and Description |
---|---|
static WatchKind |
WatchKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchKind[] |
WatchKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.