Packages

object BitcoindConfig extends ConfigFactory[BitcoindConfig] with Logging with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitcoindConfig
  2. Serializable
  3. Logging
  4. ConfigFactory
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_CONF_FILE: File

    Default location of bitcoind conf file

    Default location of bitcoind conf file

    Definition Classes
    BitcoindConfigConfigFactory
  5. val DEFAULT_DATADIR: File

    Definition Classes
    BitcoindConfigConfigFactory
    See also

    https://en.bitcoin.it/wiki/Data_directory

  6. def apply(config: File, datadir: File = DEFAULT_DATADIR): BitcoindConfig

    Reads the given file and construct a bitcoind config from it

    Reads the given file and construct a bitcoind config from it

    Definition Classes
    BitcoindConfigConfigFactory
  7. def apply(config: Path): BitcoindConfig

    Reads the given path and construct a bitcoind config from it

    Reads the given path and construct a bitcoind config from it

    Definition Classes
    BitcoindConfigConfigFactory
  8. def apply(config: String, datadir: File): BitcoindConfig

    Constructs a bitcoind config from the given string, by splitting it on newlines

    Constructs a bitcoind config from the given string, by splitting it on newlines

    Definition Classes
    BitcoindConfigConfigFactory
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. def debug(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  13. def debug(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  14. lazy val empty: BitcoindConfig

    The empty bitcoind config

    The empty bitcoind config

    Definition Classes
    BitcoindConfigConfigFactory
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def error(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def error(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def fromConfigFile(file: File): BitcoindConfig
    Definition Classes
    BitcoindConfigConfigFactory
  22. def fromDataDir(dir: File): BitcoindConfig
    Definition Classes
    BitcoindConfigConfigFactory
  23. def fromDefaultDatadir: BitcoindConfig

    If there is a bitcoin.conf in the default data directory, this is read.

    If there is a bitcoin.conf in the default data directory, this is read. Otherwise, the default configuration is returned.

    Definition Classes
    BitcoindConfigConfigFactory
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def info(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def info(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  30. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  31. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  34. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  35. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  36. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. def trace(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. def trace(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  49. def warn(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  50. def warn(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  51. def writeConfigToFile(config: BitcoindConfig, datadir: File): Path

    Writes the config to the data directory within it, if it doesn't exist.

    Writes the config to the data directory within it, if it doesn't exist. Returns the written file.

    Definition Classes
    BitcoindConfigConfigFactory

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped