Class Task

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

    • type

      public final java.nio.file.WatchEvent.Kind type
    • path

      public final java.nio.file.Path path
  • Constructor Details

    • Task

      public Task​(java.nio.file.WatchEvent.Kind type, java.nio.file.Path path)