Uses of Class
cloud.opencode.base.classloader.resource.ResourceWatchHandle
Packages that use ResourceWatchHandle
-
Uses of ResourceWatchHandle in cloud.opencode.base.classloader.resource
Methods in cloud.opencode.base.classloader.resource that return ResourceWatchHandleModifier and TypeMethodDescriptionResourceWatcher.watch(Path filePath, Consumer<ResourceEvent> callback) Watch a file path for changes 监听文件路径的变更ResourceWatcher.watchPattern(Path directory, String globPattern, Consumer<ResourceEvent> callback) Watch a directory for changes matching a glob pattern 监听目录中匹配 glob 模式的变更