Package

grizzled

Permalink

package grizzled

The Grizzled Scala Library contains a variety of miscellaneous, general purpose utility classes and objects.

The home page for the Grizzled Scala Library is http://software.clapper.org/grizzled-scala/. Please see that page for complete details, including installation instructions.

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

Value Members

  1. object binary

    Permalink

    Useful binary-related utility functions.

  2. package cmd

    Permalink

    Classes and objects to aid in the construction of line-oriented command interpreters.

    Classes and objects to aid in the construction of line-oriented command interpreters. This package is very similar, in concept, to the Python cmd module (though its implementation differs quite a bit).

  3. package collection

    Permalink

    Some collection-related helpers.

  4. package config

    Permalink

    Classes and objects to aid in the parsing of INI-style configuration files.

    Classes and objects to aid in the parsing of INI-style configuration files. This package is similar, in concept, to the Python ConfigParser module (though its implementation and capabilities differ quite a bit).

  5. object either

    Permalink

    Helpers for the Scala Either class.

  6. package file

    Permalink

    File-related classes and utilities.

    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

  7. package io

    Permalink

    I/O-related classes and utilities.

    I/O-related classes and utilities. This package is distinguished from the grizzled.file package in that this package operates on already-open Java InputStream, OutputStream, Reader and Writer objects, and on Scala Source objects.

    See grizzled.file

  8. package math

    Permalink

    Miscellaneous math and statistics utilities.

  9. package net

    Permalink

    Network-related utility methods and classes.

  10. package parsing

    Permalink

    Methods and classes useful for parsing various things.

  11. object reflect

    Permalink

    Some reflection-related utility methods and classes.

  12. package security

    Permalink
  13. package string

    Permalink

    String- and text-related classes.

  14. object sys

    Permalink

    System-related utility functions and definitions.

  15. package util

    Permalink

    Miscellaneous utility functions and methods not otherwise categorized.

Deprecated Value Members

  1. package readline

    Permalink

    This package is deprecated and will be removed in a future version of this library.

    This package is deprecated and will be removed in a future version of this library. JLine2 is a better alternative, and it's more consistent with other Scala tools.

    The grizzled.readline package provides a common front-end API to various underlying readline and readline-like implementations, including GNU Readline, Editline, and JLine.

    Deprecated

    Use JLine2 <https://github.com/jline/jline2>

Inherited from AnyRef

Inherited from Any

Ungrouped