object DebugProperties extends fundamentals.platform.properties.DebugProperties
- Alphabetic
- By Inheritance
- DebugProperties
- DebugProperties
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def BoolProperty(name: String): BooleanProperty
- Attributes
- protected
- Definition Classes
- DebugProperties
- Annotations
- @inline()
- final def StrProperty(name: String): StrProperty
- Attributes
- protected
- Definition Classes
- DebugProperties
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val izumi.debug.distage.shutdown: BooleanProperty
Print debug me∑ssages during application shutdown.
Print debug me∑ssages during application shutdown.
Default:
false
- final val izumi.debug.macro.distage.plancheck: BooleanProperty
Print debug messages during plan checking.
Print debug messages during plan checking.
Default:
false
- Note
To affect compile-time, the system property must be set in sbt,
sbt -Dprop=true
, or by adding the option to.jvmopts
in project root.
- final val izumi.distage.plancheck.check-config: BooleanProperty
Check if all
makeConfig[T]("config.path")
bindings from izumi.distage.config.ConfigModuleDef parse correctly during plan checking.Check if all
makeConfig[T]("config.path")
bindings from izumi.distage.config.ConfigModuleDef parse correctly during plan checking. This will ensure that default configs are well-formed.Default:
true
- Note
To affect compile-time, the system property must be set in sbt,
sbt -Dprop=true
, or by adding the option to.jvmopts
in project root.
- final val izumi.distage.plancheck.only-warn: BooleanProperty
Prevent compile-time plan checks from failing the build and print warnings instead.
Prevent compile-time plan checks from failing the build and print warnings instead.
Default:
false
- Note
To affect compile-time, the system property must be set in sbt,
sbt -Dprop=true
, or by adding the option to.jvmopts
in project root.
- final val izumi.distage.plancheck.print-bindings: BooleanProperty
Print all the bindings loaded from plugins when a problem is found during plan checking.
Print all the bindings loaded from plugins when a problem is found during plan checking.
Default:
false
, due to noisiness of binding printouts- Note
To affect compile-time, the system property must be set in sbt,
sbt -Dprop=true
, or by adding the option to.jvmopts
in project root.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()