PlanCheckConfig

izumi.distage.framework.PlanCheckConfig$
See thePlanCheckConfig companion class

Attributes

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

Members list

Concise view

Type members

Types

type Any = PlanCheckConfig[_ <: String, _ <: String, _ <: String, _ <: Boolean, _ <: Boolean, _ <: Boolean]
type Unset <: Boolean & Singleton

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[Roles <: String & Singleton, ExcludeActivations <: String & Singleton, Config <: String & Singleton, CheckConfig <: Boolean & Singleton, PrintBindings <: Boolean & Singleton, OnlyWarn <: Boolean & Singleton](roles: Roles, excludeActivations: ExcludeActivations, config: Config, checkConfig: CheckConfig, printBindings: PrintBindings, onlyWarn: OnlyWarn): PlanCheckConfig[Roles, ExcludeActivations, Config, CheckConfig, PrintBindings, OnlyWarn]
def empty: PlanCheckConfig["*", "", "*", Unset, Unset, Unset]
def unset(default: Boolean): Unset

A type corresponding to an unset option.

A type corresponding to an unset option.

If unset, the value from the corresponding system property in izumi.distage.framework.DebugProperties will be used (To affect compile-time, the system property must be set in sbt, sbt -Dprop=true, or in a .jvmopts file in project root)

Attributes