Packages

package compat

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Command extends SubCommand

    A command to be executed by a Shell.

  2. trait LineParser extends AnyRef

    Parses input lines of a shell into a list of arguments.

  3. final class Shell extends AnyRef
  4. trait SubCommand extends AnyRef

    A sub-command to be executed by a Shell.

    A sub-command to be executed by a Shell. It may be a top-level command, a sub-command of a top-level command, or a sub-command of another sub-command.

Value Members

  1. object Converters

    Converters between classes in Java and Scala APIs.

  2. object Shell

Ungrouped