fr.janalyse.cem

package fr.janalyse.cem

Members list

Type members

Classlikes

case class ApplicationConfig(codeExamplesManagerConfig: CodeExampleManagerConfig)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class CodeExampleManagerConfig(examples: ExamplesConfig, publishAdapters: Map[String, PublishAdapterConfig], metaInfo: MetaConfig, summary: SummaryConfig)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ExamplesConfig(searchRootDirectories: String, searchOnlyPattern: Option[String], searchIgnoreMask: Option[String], charEncoding: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Execute

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class FileSystemServiceImpl(applicationConfig: ApplicationConfig) extends FileSystemService

Attributes

Supertypes
class Object
trait Matchable
class Any
object Main extends ZIOAppDefault

Attributes

Supertypes
trait ZIOAppDefault
trait ZIOApp
trait ZIOAppVersionSpecific
class Object
trait Matchable
class Any
Show all
Self type
Main.type
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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Synchronize

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type