better

files

package files

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

Type Members

  1. type Closeable = AnyRef { def close(): Unit }

  2. class FileWatcher extends FileMonitor with Actor

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

  3. type Files = Iterator[File]

  4. type ManagedResource[A <: Closeable] = Traversable[A]

Value Members

  1. val .: (File) ⇒ File

  2. val ..: (File) ⇒ File

  3. object FileWatcher

  4. implicit def codecToCharSet(codec: Codec): Charset

  5. def home: File

  6. implicit def pathToFile(path: Path): File

  7. def root: File

  8. def tmp: File

  9. def ~: File

Inherited from AnyRef

Inherited from Any

Ungrouped