Packages

package alias

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Alias (name: String, expansion: String) extends Product with Serializable

    An alias for a Shell input line.

    An alias for a Shell input line.

    name

    the name of this alias

    expansion

    the value with which to replace this alias when used in an input line

  2. final class AliasProcessor extends LinePreProcessor

    A LinePreProcessor for aliases.

    A LinePreProcessor for aliases.

    If the first argument of an input line is the name of an alias, it replaces that argument with the alias's expansion.

Value Members

  1. object Alias extends Serializable
  2. object AliasProcessor

Ungrouped