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, stopThread
activeCount, 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, yield
public LessFileWatcher(LessCssCompiler compiler)
public void registerFileWatchingInfos(java.nio.file.Path inputPath)
public void run()
run
in interface java.lang.Runnable
run
in class AbstractFileWatcher
protected void doOnDelete(java.nio.file.WatchEvent<java.nio.file.Path> event, java.nio.file.Path dir)
doOnDelete
in class AbstractFileWatcher
protected void doOnCreate(java.nio.file.WatchEvent<java.nio.file.Path> event, java.nio.file.Path dir)
doOnCreate
in class AbstractFileWatcher
protected void doOnModify(java.nio.file.WatchEvent<java.nio.file.Path> event, java.nio.file.Path dir)
doOnModify
in class AbstractFileWatcher
public void showNotification(java.util.List<LoggingMessage> msgList)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.