java.lang.Object
htmlcompiler.model.Task
public final class Task
extends java.lang.Object
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
java.nio.file.Path |
path |
|
java.nio.file.WatchEvent.Kind |
type |
|
-
Constructor Summary
Constructors
| Constructor |
Description |
Task(java.nio.file.WatchEvent.Kind type,
java.nio.file.Path path) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
public final java.nio.file.WatchEvent.Kind type
-
public final java.nio.file.Path path
-
Constructor Details
-
public Task(java.nio.file.WatchEvent.Kind type,
java.nio.file.Path path)