Uses of Class
com.google.common.jimfs.WatchServiceConfiguration
-
Uses of WatchServiceConfiguration in com.google.common.jimfs
Methods in com.google.common.jimfs that return WatchServiceConfigurationModifier and TypeMethodDescriptionstatic WatchServiceConfiguration
Returns a configuration for aWatchService
that polls watched directories for changes everyinterval
of the giventimeUnit
(e.g.Methods in com.google.common.jimfs with parameters of type WatchServiceConfigurationModifier and TypeMethodDescriptionConfiguration.Builder.setWatchServiceConfiguration
(WatchServiceConfiguration config) Sets the configuration thatWatchService
instances created by the file system should use.