C D F I R S U 

C

com.github.sworisbreathing.sfmf4j.api - package com.github.sworisbreathing.sfmf4j.api
Public APIs.
createFileMonitorService() - Method in interface com.github.sworisbreathing.sfmf4j.api.FileMonitorServiceFactory
Creates a new file monitor service.

D

DirectoryListener - Interface in com.github.sworisbreathing.sfmf4j.api
Interface for callbacks invoked when a directory's contents have changed.
DirectoryListenerAdapter - Class in com.github.sworisbreathing.sfmf4j.api
No-op implementation of DirectoryListener.
DirectoryListenerAdapter() - Constructor for class com.github.sworisbreathing.sfmf4j.api.DirectoryListenerAdapter
 

F

fileChanged(File) - Method in interface com.github.sworisbreathing.sfmf4j.api.DirectoryListener
Callback invoked when a change to a file is detected.
fileChanged(File) - Method in class com.github.sworisbreathing.sfmf4j.api.DirectoryListenerAdapter
 
fileCreated(File) - Method in interface com.github.sworisbreathing.sfmf4j.api.DirectoryListener
Callback invoked when a new file is detected.
fileCreated(File) - Method in class com.github.sworisbreathing.sfmf4j.api.DirectoryListenerAdapter
 
fileDeleted(File) - Method in interface com.github.sworisbreathing.sfmf4j.api.DirectoryListener
Callback invoked when a file in a directory is no longer detected.
fileDeleted(File) - Method in class com.github.sworisbreathing.sfmf4j.api.DirectoryListenerAdapter
 
FileMonitorService - Interface in com.github.sworisbreathing.sfmf4j.api
A file monitor service.
FileMonitorServiceFactory - Interface in com.github.sworisbreathing.sfmf4j.api
Factory interface for creating file monitor services.

I

initialize() - Method in interface com.github.sworisbreathing.sfmf4j.api.FileMonitorService
Initializes the file monitor service.
isMonitoringDirectory(File) - Method in interface com.github.sworisbreathing.sfmf4j.api.FileMonitorService
Determines if the service is monitoring a given directory.

R

registerDirectoryListener(File, DirectoryListener) - Method in interface com.github.sworisbreathing.sfmf4j.api.FileMonitorService
Registers interest in receiving notifications when a directory's contents have changed.

S

shutdown() - Method in interface com.github.sworisbreathing.sfmf4j.api.FileMonitorService
Shuts down the file monitor service.

U

unregisterDirectoryListener(File, DirectoryListener) - Method in interface com.github.sworisbreathing.sfmf4j.api.FileMonitorService
Unregisters interest in receiving notifications when a directory's contents have changed.
C D F I R S U 

Copyright © 2013 Steven Swor. All Rights Reserved.