Uses of Class
org.apache.sshd.common.util.io.ModifiableFileWatcher
-
Packages that use ModifiableFileWatcher Package Description org.apache.sshd.client.config.hosts org.apache.sshd.client.config.keys org.apache.sshd.common.config.keys.loader -
-
Uses of ModifiableFileWatcher in org.apache.sshd.client.config.hosts
Subclasses of ModifiableFileWatcher in org.apache.sshd.client.config.hosts Modifier and Type Class Description classConfigFileHostEntryResolverWatches for changes in a configuration file and automatically reloads any changesclassDefaultConfigFileHostEntryResolverMonitors the~/.ssh/configfile of the user currently running the client, re-loading it if necessary. -
Uses of ModifiableFileWatcher in org.apache.sshd.client.config.keys
Subclasses of ModifiableFileWatcher in org.apache.sshd.client.config.keys Modifier and Type Class Description classClientIdentityFileWatcherAClientIdentityProviderthat watches a given key file re-loading its contents if it is ever modified, deleted or (re-)created -
Uses of ModifiableFileWatcher in org.apache.sshd.common.config.keys.loader
Subclasses of ModifiableFileWatcher in org.apache.sshd.common.config.keys.loader Modifier and Type Class Description classFileWatcherKeyPairResourceLoaderTracks a file containingKeyPair-s an re-loads it whenever a change has been sensed in the monitored file (if it exists)
-