com.crashnote.external.config

Config

trait Config extends ConfigMergeable

Linear Supertypes
ConfigMergeable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Config
  2. ConfigMergeable
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def checkValid (reference: Config, restrictToPaths: <repeated...>[String]): Unit

    Attributes
    abstract
  2. def entrySet (): Set[Entry[String, ConfigValue]]

    Attributes
    abstract
  3. def getAnyRef (path: String): AnyRef

    Attributes
    abstract
  4. def getAnyRefList (path: String): java.util.List[_]

    Attributes
    abstract
  5. def getBoolean (path: String): Boolean

    Attributes
    abstract
  6. def getBooleanList (path: String): List[Boolean]

    Attributes
    abstract
  7. def getBytes (path: String): Long

    Attributes
    abstract
  8. def getBytesList (path: String): List[Long]

    Attributes
    abstract
  9. def getConfig (path: String): Config

    Attributes
    abstract
  10. def getConfigList (path: String): java.util.List[_ <: com.crashnote.external.config.Config]

    Attributes
    abstract
  11. def getDouble (path: String): Double

    Attributes
    abstract
  12. def getDoubleList (path: String): List[Double]

    Attributes
    abstract
  13. def getInt (path: String): Int

    Attributes
    abstract
  14. def getIntList (path: String): List[Integer]

    Attributes
    abstract
  15. def getList (path: String): ConfigList

    Attributes
    abstract
  16. def getLong (path: String): Long

    Attributes
    abstract
  17. def getLongList (path: String): List[Long]

    Attributes
    abstract
  18. def getMilliseconds (path: String): Long

    Attributes
    abstract
  19. def getMillisecondsList (path: String): List[Long]

    Attributes
    abstract
  20. def getNanoseconds (path: String): Long

    Attributes
    abstract
  21. def getNanosecondsList (path: String): List[Long]

    Attributes
    abstract
  22. def getNumber (path: String): Number

    Attributes
    abstract
  23. def getNumberList (path: String): List[Number]

    Attributes
    abstract
  24. def getObject (path: String): ConfigObject

    Attributes
    abstract
  25. def getObjectList (path: String): java.util.List[_ <: com.crashnote.external.config.ConfigObject]

    Attributes
    abstract
  26. def getString (path: String): String

    Attributes
    abstract
  27. def getStringList (path: String): List[String]

    Attributes
    abstract
  28. def getValue (path: String): ConfigValue

    Attributes
    abstract
  29. def hasPath (path: String): Boolean

    Attributes
    abstract
  30. def isEmpty (): Boolean

    Attributes
    abstract
  31. def origin (): ConfigOrigin

    Attributes
    abstract
  32. def resolve (options: ConfigResolveOptions): Config

    Attributes
    abstract
  33. def resolve (): Config

    Attributes
    abstract
  34. def root (): ConfigObject

    Attributes
    abstract
  35. def withFallback (other: ConfigMergeable): Config

    Attributes
    abstract
    Definition Classes
    ConfigConfigMergeable
  36. def withOnlyPath (path: String): Config

    Attributes
    abstract
  37. def withoutPath (path: String): Config

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  12. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  13. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  14. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  16. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  17. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  18. def toString (): String

    Definition Classes
    AnyRef → Any
  19. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def wait (arg0: Long, arg1: Int): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ConfigMergeable

Inherited from AnyRef

Inherited from Any