PlanCheck

izumi.distage.roles.RoleAppMain.PlanCheck
open class PlanCheck[Cfg <: Any](cfg: Cfg)(implicit planCheck: PlanCheckMaterializer[RoleAppMain, Cfg]) extends Main[RoleAppMain, Cfg]

Shortcut for izumi.distage.framework.PlanCheck.Main

object WiringTest extends MyApp.PlanCheck(PlanCheckConfig(...))

same as

object WiringTest extends PlanCheck.Main(MyApp, PlanCheckConfig(...))

Attributes

Graph
Supertypes
class Main[RoleAppMain, Cfg]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Main

Attributes

Inherited from:
Main
def main(args: Array[String]): Unit

Attributes

Inherited from:
Main

Deprecated and Inherited methods

def assertAtRuntime(): Unit

Attributes

Deprecated
true
Inherited from:
Main

Attributes

Deprecated
true
Inherited from:
Main