better.files

package better.files

Members list

Concise view

Type members

Classlikes

class FileWatcher(file: File, maxDepth: Int) extends Actor

An actor that can watch a file or a directory Instead of directly calling the constructor of this, call file.newWatcher to create the actor

An actor that can watch a file or a directory Instead of directly calling the constructor of this, call file.newWatcher to create the actor

Attributes

file

watch this file (or directory)

maxDepth

In case of directories, how much depth should we watch

Companion:
object
Graph
Supertypes
trait Actor
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type