Skip navigation links
A C D E F G I L O W 

A

AbstractFileWatcher - Class in com.google.code.play2.watcher.api
An abstract base class for file watchers.
AbstractFileWatcher(FileWatchLogger, FileWatchCallback) - Constructor for class com.google.code.play2.watcher.api.AbstractFileWatcher
Creates abstract file watcher.
AbstractFileWatchService - Class in com.google.code.play2.watcher.api
An abstract base class for file watche services.
AbstractFileWatchService() - Constructor for class com.google.code.play2.watcher.api.AbstractFileWatchService
Creates abstract file watche service.

C

com.google.code.play2.watcher.api - package com.google.code.play2.watcher.api
 

D

debug(String) - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Sends a message in debug log level.
debug(Throwable) - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Sends a throwable in the debug log level.

E

error(String) - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Sends a message in the error log level.

F

FileWatchCallback - Interface in com.google.code.play2.watcher.api
Object providing file changes feedback.
FileWatcher - Interface in com.google.code.play2.watcher.api
A watcher, that watches files.
FileWatchException - Exception in com.google.code.play2.watcher.api
Exception thrown when watcher problems occur.
FileWatchException(String) - Constructor for exception com.google.code.play2.watcher.api.FileWatchException
Constructs a new exception with the specified detail message.
FileWatchException(String, Throwable) - Constructor for exception com.google.code.play2.watcher.api.FileWatchException
Constructs a new exception with the specified detail message and cause.
FileWatchLogger - Interface in com.google.code.play2.watcher.api
Logger.
FileWatchService - Interface in com.google.code.play2.watcher.api
A service that can watch files.
FileWatchServices - Class in com.google.code.play2.watcher.api
Helper class.
FileWatchServices() - Constructor for class com.google.code.play2.watcher.api.FileWatchServices
 

G

getDefaultWatchServiceId() - Static method in class com.google.code.play2.watcher.api.FileWatchServices
Returns default watch service identifier based on operating system.

I

info(String) - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Sends a message in info log level.
initialize(FileWatchLogger) - Method in class com.google.code.play2.watcher.api.AbstractFileWatchService
Initializes watch service
initialize(FileWatchLogger) - Method in interface com.google.code.play2.watcher.api.FileWatchService
Initializes watch service
isDebugEnabled() - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Returns true if debug log level is enabled.
isErrorEnabled() - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Returns true if error log level is enabled.
isInfoEnabled() - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Returns true if info log level is enabled.
isWarnEnabled() - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Returns true if warn log level is enabled.

L

log - Variable in class com.google.code.play2.watcher.api.AbstractFileWatcher
Logger.
log - Variable in class com.google.code.play2.watcher.api.AbstractFileWatchService
Logger

O

onChange(File) - Method in interface com.google.code.play2.watcher.api.FileWatchCallback
File change feedback.

W

warn(String) - Method in interface com.google.code.play2.watcher.api.FileWatchLogger
Sends a message in warn log level.
watch(List<File>, FileWatchCallback) - Method in interface com.google.code.play2.watcher.api.FileWatchService
Watch the given sequence of files or directories.
watchCallback - Variable in class com.google.code.play2.watcher.api.AbstractFileWatcher
Watch callback.
A C D E F G I L O W 
Skip navigation links

Copyright © 2013–2019. All rights reserved.