org.ensime.filewatcher.FileWatchService

WatchKeyManager

object WatchKeyManager

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WatchKeyManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addObserver(key: WatchKey, o: WatchKeyObserver): Unit

    Annotations
    @tailrec()
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def baseFileListeners(key: WatchKey): Set[WatcherListener]

  9. def baseFileObservers(key: WatchKey): Set[WatchKeyObserver]

  10. def baseListeners(key: WatchKey): Set[WatcherListener]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def contains(key: WatchKey): Boolean

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hasBase(key: WatchKey): Boolean

  18. def hasBaseFile(key: WatchKey): Boolean

  19. def hasBaseSubdir(key: WatchKey): Boolean

  20. def hasProxy(key: WatchKey): Boolean

  21. def hasRecursive(key: WatchKey): Boolean

  22. def hasSubDir(key: WatchKey): Boolean

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def keyFromFile(f: File): Option[WatchKey]

  26. val keymap: Map[WatchKey, Set[WatchKeyObserver]]

  27. def listeners(key: WatchKey): Set[WatcherListener]

  28. def maybeAdvanceProxy(key: WatchKey, createdFile: File): Unit

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def nonProxyListeners(key: WatchKey): Set[WatcherListener]

  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def proxies(key: WatchKey): Set[WatchKeyObserver]

  34. def proxyListeners(key: WatchKey): Set[WatcherListener]

  35. def recListeners(key: WatchKey): Set[WatcherListener]

  36. def removeKey(key: WatchKey): Unit

  37. def removeObserver(key: WatchKey, o: WatchKeyObserver, retry: Int = 2): Unit

    Annotations
    @tailrec()
  38. def removeObservers(id: UUID): Unit

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def totalKeyNum(): Int

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped