object Build extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Build
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ReadConfiguration(origin: Origin, bytes: Array[Byte]) extends CacheHashCode with Product with Serializable

    A configuration file is a combination of an absolute path and a file time.

  2. sealed trait ReloadAction extends AnyRef
  3. case class UpdateState(createdOrModified: List[ReadConfiguration], deleted: List[AbsolutePath]) extends ReloadAction with Product with Serializable

Value Members

  1. object ReturnPreviousState extends ReloadAction with Product with Serializable