public final class FileWatcherImpl extends Object implements FileWatcher, AutoCloseable
Constructor and Description |
---|
FileWatcherImpl() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getPathFile()
Path Folder watched.
|
WatchService |
getWatchService()
Return WatchService.
|
public FileWatcherImpl() throws IOException
IOException
public String getPathFile()
FileWatcher
getPathFile
in interface FileWatcher
public WatchService getWatchService()
FileWatcher
getWatchService
in interface FileWatcher
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2019 OpenDaylight. All rights reserved.