Class

wvlet.airframe.config

ConfigurableDesign

Related Doc: package config

Permalink

implicit class ConfigurableDesign extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigurableDesign
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigurableDesign(d: Design)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bindConfig[A](config: A)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], sourceCode: SourceCode): Design

    Permalink
  6. def bindConfigFromYaml[A](yamlFile: String, defaultValue: ⇒ A)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], sourceCode: SourceCode): Design

    Permalink
  7. def bindConfigFromYaml[A](yamlFile: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], sourceCode: SourceCode): Design

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. def currentConfig: Config

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getConfig: Option[Config]

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def overrideConfigParams(props: Map[String, Any], onUnusedProperties: (Properties) ⇒ Unit = REPORT_UNUSED_PROPERTIES)(implicit sourceCode: SourceCode): Design

    Permalink

    Override a subset of the configuration parameters, registered to the design.

  20. def overrideConfigParamsWithProperties(props: Properties, onUnusedProperties: (Properties) ⇒ Unit = REPORT_UNUSED_PROPERTIES): Design

    Permalink

    Override a subset of the configuration parameters, registered to the design.

  21. def overrideConfigWithPropertiesFile(propertiesFile: String, onUnusedProperties: (Properties) ⇒ Unit = REPORT_UNUSED_PROPERTIES)(implicit sourceCode: SourceCode): Design

    Permalink

    Override a subset of the configuration parameters, registered to the design.

  22. def processConfig(configProcessor: (Config) ⇒ Unit): Design

    Permalink

    Process Config

  23. def showConfig: Design

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withConfig(c: Config): Design

    Permalink
  30. def withConfigEnv(env: String, defaultEnv: String = "default"): Design

    Permalink
  31. def withConfigPaths(configPaths: Seq[String]): Design

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped