| Package | Description |
|---|---|
| org.wso2.testgrid.web.utils |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FileWatcher.beforeFileWatch(String fileContents)
This method will execute before watching the file for changes.
|
abstract void |
FileWatcher.onCreate(String fileContents)
This method will be called when the file creation is detected.
|
abstract void |
FileWatcher.onModified(String fileContents)
This method will be called when the file modification is detected.
|
| Constructor and Description |
|---|
FileWatcher(Path watchFile)
Creates an instance of
FileWatcher to watch the given file. |
Copyright © 2019 WSO2. All rights reserved.