Packages

p

sbt

internal

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class CommandChannel extends AnyRef

    A command channel represents an IO device such as network socket or human that can issue command or listen for some outputs.

    A command channel represents an IO device such as network socket or human that can issue command or listen for some outputs. We can think of a command channel to be an abstraction of the terminal window.

  2. case class ConsolePromptEvent(state: State) extends EventMessage with Product with Serializable
  3. case class ConsoleUnpromptEvent(lastSource: Option[CommandSource]) extends EventMessage with Product with Serializable
  4. trait FileAttributes extends AnyRef

    Represents the FileAttributes of a file.

    Represents the FileAttributes of a file. This will be moved to io before 1.3.0 is released.

Value Members

  1. object FileAttributes

Ungrouped