com.crashnote.core.config

CrashConfig

class CrashConfig [C <: CrashConfig[C]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CrashConfig
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CrashConfig (c: Config)

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 addListener (listener: IConfigChangeListener[C]): Unit

  7. def asInstanceOf [T0] : T0

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

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getAppProfile (): String

  13. def getBool (name: String): Boolean

    Attributes
    protected[config]
  14. def getBuild (): String

  15. def getBuilder (): Builder

  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getClientInfo (): String

  18. def getCollector (): Collector[C]

  19. def getConnectionTimeout (): Int

  20. def getEnvironmentFilters (): List[String]

  21. def getInt (name: String): Int

    Attributes
    protected[config]
  22. def getKey (): String

  23. def getListeners (): List[IConfigChangeListener]

  24. def getLogFactory (): LogLogFactory[C]

    Attributes
    protected[config]
  25. def getLogLevel (): LogLevel

  26. def getLogger (clazz: Class): LogLog

  27. def getLogger (name: String): LogLog

  28. def getMillis (name: String): Long

    Attributes
    protected[config]
  29. def getOptString (name: String): String

    Attributes
    protected[config]
  30. def getPostUrl (): String

  31. def getReportLogLevel (): LogLevel

  32. def getReporter (): Reporter[C]

  33. def getSender (): Sender[C]

  34. def getStartTime (): Long

  35. def getString (name: String, def: String): String

    Attributes
    protected[config]
  36. def getString (name: String): String

    Attributes
    protected[config]
  37. def getStrings (name: String): List[String]

    Attributes
    protected[config]
  38. def getSystemUtil (): SystemUtil

  39. def getVersion (): String

  40. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  41. def isDebug (): Boolean

  42. def isEnabled (): Boolean

  43. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  44. def isSync (): Boolean

  45. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  48. def print (): Unit

    Attributes
    protected[config]
  49. def removeAllListeners (): Unit

  50. def removeListener (listener: IConfigChangeListener[C]): Unit

  51. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  53. def updateComponentsConfig (): Unit

  54. def validate (schema: Config): Unit

  55. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any