public class JSweetFileWatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TranspilationTask |
transpilationTask
Holds the JSweet transpilation task, which is going to be executed when a
watched file changes.
|
| Constructor and Description |
|---|
JSweetFileWatcher(TranspilationTask transpilationTask)
Creates a new watcher with a JSweet transpilation task, which is going to
be executed when a watched file changes.
|
protected TranspilationTask transpilationTask
public JSweetFileWatcher(TranspilationTask transpilationTask)
transpilationTask - the task to be executed when a file changes