Packages

object PlanCheckConfig extends Serializable

Linear Supertypes
Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlanCheckConfig
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Any = PlanCheckConfig[_ <: String, _ <: String, _ <: String, _ <: Boolean, _ <: Boolean, _ <: Boolean]
  2. abstract type Unset <: Boolean with Singleton

Value Members

  1. def apply[Roles <: String with Singleton, ExcludeActivations <: String with Singleton, Config <: String with Singleton, CheckConfig <: Boolean with Singleton, PrintBindings <: Boolean with Singleton, OnlyWarn <: Boolean with Singleton](roles: Roles = "*", excludeActivations: ExcludeActivations = "", config: Config = "*", checkConfig: CheckConfig = unset(PlanCheck.defaultCheckConfig), printBindings: PrintBindings = unset(PlanCheck.defaultPrintBindings), onlyWarn: OnlyWarn = unset(PlanCheck.defaultOnlyWarn)): PlanCheckConfig[Roles, ExcludeActivations, Config, CheckConfig, PrintBindings, OnlyWarn]
  2. def empty: PlanCheckConfig["*", "", "*", Unset, Unset, Unset]
  3. 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)