Uses of Record Class
cloud.opencode.base.classloader.resource.ResourceEvent
Packages that use ResourceEvent
-
Uses of ResourceEvent in cloud.opencode.base.classloader.resource
Method parameters in cloud.opencode.base.classloader.resource with type arguments of type ResourceEventModifier 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 模式的变更