C E O P R S T U 

C

close() - Method in class org.imca_cat.pollingwatchservice.EventingWatchService
 
close() - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
 

E

EventingWatchService - Class in org.imca_cat.pollingwatchservice
An Adapter that adapts the WatchService interface to a PathWatchService.
EventingWatchService(WatchService) - Constructor for class org.imca_cat.pollingwatchservice.EventingWatchService
Constructs an instance on the specified watch service.
exception(Throwable) - Method in interface org.imca_cat.pollingwatchservice.PollingWatchServiceExceptionHandler
Called when an exception has been caught but not handled.

O

org.imca_cat.pollingwatchservice - package org.imca_cat.pollingwatchservice
Contains all the Pollingwatchservice classes.

P

PathWatchService - Interface in org.imca_cat.pollingwatchservice
A service for watching Path objects for changes.
poll() - Method in class org.imca_cat.pollingwatchservice.EventingWatchService
 
poll(long, TimeUnit) - Method in class org.imca_cat.pollingwatchservice.EventingWatchService
 
poll() - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
 
poll(long, TimeUnit) - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
 
PollingWatchService - Class in org.imca_cat.pollingwatchservice
A PathWatchService that polls for changes.
PollingWatchService(int, long, TimeUnit) - Constructor for class org.imca_cat.pollingwatchservice.PollingWatchService
Constructs a new service with the specified thread pool size, period, and time unit, and with a default exception handler that invokes the exception's printStackTrace() method and a default information handler that does nothing.
PollingWatchService(int, long, TimeUnit, PollingWatchServiceExceptionHandler, PollingWatchServiceInfoHandler) - Constructor for class org.imca_cat.pollingwatchservice.PollingWatchService
Constructs a new service with the specified thread pool size, period, time unit, exception handler, and information handler.
PollingWatchServiceExceptionHandler - Interface in org.imca_cat.pollingwatchservice
An exception handler interface for PollingWatchService.
PollingWatchServiceInfoHandler - Interface in org.imca_cat.pollingwatchservice
An information handler interface for PollingWatchService.
pollTime(long) - Method in interface org.imca_cat.pollingwatchservice.PollingWatchServiceInfoHandler
Called when the periodic poll completes.

R

register(Path, WatchEvent.Kind<?>...) - Method in class org.imca_cat.pollingwatchservice.EventingWatchService
 
register(Path, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class org.imca_cat.pollingwatchservice.EventingWatchService
 
register(Path, WatchEvent.Kind<?>...) - Method in interface org.imca_cat.pollingwatchservice.PathWatchService
Registers the specified directory, using the specified WatchEvent kinds and no WatchEvent modifiers, with this watch service.
register(Path, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface org.imca_cat.pollingwatchservice.PathWatchService
Registers the specified directory, using the specified WatchEvent kinds and modifiers, with this watch service.
register(Path, WatchEvent.Kind<?>...) - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
 
register(Path, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
 

S

start() - Method in class org.imca_cat.pollingwatchservice.EventingWatchService
 
start() - Method in interface org.imca_cat.pollingwatchservice.PathWatchService
Starts this service.
start() - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
 

T

take() - Method in class org.imca_cat.pollingwatchservice.EventingWatchService
 
take() - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
 

U

useFileMetadata() - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
Answers whether this service is configured to use file metadata.
useFileMetadata(boolean) - Method in class org.imca_cat.pollingwatchservice.PollingWatchService
Configures this service to use file metadata or not.
C E O P R S T U