package client
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- sealed trait Entry extends AnyRef
- final case class Header(name: String, value: String) extends Product with Serializable
- final case class IntEntry(name: String, content: Int) extends Entry with Product with Serializable
- class JobInfo extends IJobInfo
- final case class LongEntry(name: String, content: Long) extends Entry with Product with Serializable
- final case class StringEntry(name: String, content: String) extends Entry with Product with Serializable
Value Members
- object EntryBuilder
- object JobInfo