stopAllWatchers

Stops all active file watchers and clears the watcher registry.

This should be called during application shutdown to release resources and terminate watcher daemon threads.

Example:

// In plugin onDisable or application shutdown hook:
YamlConfigManager.stopAllWatchers()

Since

1.0

See also