fr.janalyse.cem

Members list

Concise view

Type members

Classlikes

final case class ApplicationConfig(codeExamplesManagerConfig: CodeExampleManagerConfig)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class CodeExampleManagerConfig(examples: ExamplesConfig, publishAdapters: Map[String, PublishAdapterConfig], metaInfo: MetaConfig, summary: SummaryConfig)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ExamplesConfig(searchRootDirectories: String, searchOnlyPattern: Option[String], searchIgnoreMask: Option[String], charEncoding: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Execute

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Execute.type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object Main extends ZIOAppDefault

Attributes

Graph
Supertypes
trait ZIOAppDefault
trait ZIOApp
trait ZIOAppVersionSpecific
class Object
trait Matchable
class Any
Self type
Main.type
final case class MetaConfig(projectName: Option[String], projectGroup: Option[String], projectPage: Option[String], projectCode: Option[String], buildVersion: Option[String], buildDateTime: Option[String], buildUUID: Option[String], contactEmail: Option[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class PublishAdapterConfig(enabled: Boolean, kind: String, activationKeyword: String, apiEndPoint: String, overviewUUID: String, token: Option[String], defaultVisibility: Option[String], filenameRenameRules: Map[String, RenameRuleConfig])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class RenameRuleConfig(from: String, to: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RunFailure(message: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RunResults(command: List[String], exitCode: Int, output: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SummaryConfig(title: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type