Class ConfigWatcher
java.lang.Object
com.redhat.devtools.intellij.common.utils.ConfigWatcher
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfigWatcher(String config, ConfigWatcher.Listener listener) ConfigWatcher(Path config, ConfigWatcher.Listener listener) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisConfigPath(Path path) protected io.fabric8.kubernetes.api.model.Configprotected WatchServicevoidrun()
-
Field Details
-
listener
-
-
Constructor Details
-
ConfigWatcher
-
ConfigWatcher
-
-
Method Details
-
run
public void run() -
loadConfig
protected io.fabric8.kubernetes.api.model.Config loadConfig() -
newWatchService
- Throws:
IOException
-
isConfigPath
-