Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ERSClient extends AnyRef

    ERSClient provides a legacy version of the old Elixir Repertoire Server Client, on top of the new version of the client.

    ERSClient provides a legacy version of the old Elixir Repertoire Server Client, on top of the new version of the client. It has been stripped down to just three basic functions, generating DS files and rendering DocX and RML files.

  2. sealed trait Entry extends AnyRef
  3. final case class Header(name: String, value: String) extends Product with Serializable
  4. final case class IntEntry(name: String, content: Int) extends Entry with Product with Serializable
  5. class JobInfo extends IJobInfo
  6. final case class LongEntry(name: String, content: Long) extends Entry with Product with Serializable
  7. final case class StringEntry(name: String, content: String) extends Entry with Product with Serializable

Value Members

  1. object EntryBuilder
  2. object JobInfo

Ungrouped