grizzled

file

package file

File-related classes and utilities. This package is distinguished from the grizzled.io package in that this package operates on files and paths, not on open streams or sources.

See also

grizzled.io

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

Type Members

  1. class FileDoesNotExistException extends Exception

  2. class Includer extends Iterator[String]

    Process "include" directives in files, returning an iterator over lines from the flattened files.

Value Members

  1. object Implicits

    Enrichment classes for File objects and the like.

  2. object Includer

    Companion object for the Includer class.

  3. package filter

    Contains various file- and I/O-related filter classes.

  4. object util

    Useful file-related utility functions.

Inherited from AnyRef

Inherited from Any

Ungrouped