MorphirElmDriver

org.finos.morphir.service.MorphirElmDriver$
See theMorphirElmDriver companion trait

Attributes

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

Members list

Type members

Inherited classlikes

sealed case class MorphirElmDriverLive(processIO: ProcessIO) extends MorphirElmDriver

Attributes

Inherited from:
MorphirElmDriverPlatformSpecific
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def develop(port: Int, host: String, projectDir: VFilePath, openInBrowser: Boolean): ZIO[MorphirElmDriver, Throwable, Unit]
def init(morphirHomeDir: VFilePath, projectDir: VFilePath): ZIO[MorphirElmDriver, Throwable, Unit]
def make(projectDir: VFilePath, output: VFilePath, typesOnly: Boolean, fallbackCli: Boolean, indentJson: Boolean): ZIO[MorphirElmDriver, Throwable, Seq[VFile]]
def restore(elmHome: VFilePath, projectDir: VFilePath): ZIO[MorphirElmDriver, Throwable, Unit]
def test(projectDir: VFilePath): ZIO[MorphirElmDriver, Throwable, Unit]

Inherited fields

val live: ZLayer[Any, Nothing, MorphirElmDriver]

Attributes

Inherited from:
MorphirElmDriverPlatformSpecific