public class LessFileWatcher extends AbstractFileWatcher
| Constructor and Description | 
|---|
LessFileWatcher(LessCssCompiler compiler)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doOnCreate(java.nio.file.WatchEvent<java.nio.file.Path> event,
          java.nio.file.Path dir)  | 
protected void | 
doOnDelete(java.nio.file.WatchEvent<java.nio.file.Path> event,
          java.nio.file.Path dir)  | 
protected void | 
doOnModify(java.nio.file.WatchEvent<java.nio.file.Path> event,
          java.nio.file.Path dir)  | 
void | 
registerFileWatchingInfos(java.nio.file.Path inputPath)  | 
void | 
run()  | 
void | 
showNotification(java.util.List<LoggingMessage> msgList)  | 
isStopped, setWatchingDirectories, stopThreadactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic LessFileWatcher(LessCssCompiler compiler)
public void registerFileWatchingInfos(java.nio.file.Path inputPath)
public void run()
run in interface java.lang.Runnablerun in class AbstractFileWatcherprotected void doOnDelete(java.nio.file.WatchEvent<java.nio.file.Path> event,
                          java.nio.file.Path dir)
doOnDelete in class AbstractFileWatcherprotected void doOnCreate(java.nio.file.WatchEvent<java.nio.file.Path> event,
                          java.nio.file.Path dir)
doOnCreate in class AbstractFileWatcherprotected void doOnModify(java.nio.file.WatchEvent<java.nio.file.Path> event,
                          java.nio.file.Path dir)
doOnModify in class AbstractFileWatcherpublic void showNotification(java.util.List<LoggingMessage> msgList)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.