Package

com.malliina

util

Permalink

package util

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

Type Members

  1. trait BaseConfigReader[T] extends ConfigReader[T]

    Permalink

    T

    type of credential

  2. trait ConfigReader[T] extends AnyRef

    Permalink

    Reads configuration data from various local sources.

    Reads configuration data from various local sources.

    Users of this class mainly use load to load the config when needed. The rest of the methods can be overridden for customization.

    T

    type of config

  3. class Cryptor extends AnyRef

    Permalink
  4. trait EnvUtils extends AnyRef

    Permalink
  5. trait Log extends AnyRef

    Permalink

Value Members

  1. object EnvUtils extends EnvUtils

    Permalink
  2. object Reflection

    Permalink

    Hacks.

  3. object Regex extends Log

    Permalink
  4. object Util

    Permalink

    Utility methods.

Inherited from AnyRef

Inherited from Any

Ungrouped