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

io

Visibility
  1. Public
  2. All

Type Members

  1. class FileDoesNotExistException extends Exception

  2. final class GrizzledFile extends AnyRef

    A wrapper for java.io.File that provides additional methods.

  3. class Includer extends Iterator[String]

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

Value Members

  1. object GrizzledFile extends AnyRef

    Companion object for GrizzledFile.

  2. object Includer extends AnyRef

    Companion object for the Includer class.

  3. package filter

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

  4. object util extends AnyRef

    Useful file-related utility functions.