class SqConf extends LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SqConf
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SqConf()
- new SqConf(fileName: String = null, file: File = null, config: Config = null, prefix: String = null, valueOverrides: Map[String, String] = Map(), orderOfPreference: List[OrderOfPreference] = SqConf.DEFAULT_ORDER_OF_PREFERENCE)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appendPrefixToOverridesIfNecessary(prefix: String, overrides: Map[String, String]): Map[String, String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava(): JavaSqConf
- def buildKey(key: String): String
- def checkIfYml(fileN: String): Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val conf: Config
- def configureOrder(order: List[OrderOfPreference]): SqConf
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get[T](key: String, default: T): T
- def get[T](key: String): T
- def getBigInt(key: String, default: BigInt): BigInt
- def getBigInt(key: String): BigInt
- def getBigIntOption(key: String): Option[BigInt]
- def getBoolean(key: String, default: Boolean): Boolean
- def getBoolean(key: String): Boolean
- def getBooleanOption(key: String): Option[Boolean]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDuration(key: String, default: Duration): Duration
- def getDuration(key: String): Duration
- def getDurationOption(key: String): Option[Duration]
- def getInt(key: String, default: Int): Int
- def getInt(key: String): Int
- def getIntOption(key: String): Option[Int]
- def getListOf[T](key: String): List[T]
- def getListOf[T](key: String, convert: (String) ⇒ T, cast: Boolean): List[T]
- def getListOfBoolean(key: String): List[Boolean]
- def getListOfDouble(key: String): List[Double]
- def getListOfDuration(key: String): List[Duration]
- def getListOfInt(key: String): List[Int]
- def getListOfKeys(key: String): Set[String]
- def getListOfKeys(): Set[String]
- def getListOfLong(key: String): List[Long]
- def getListOfString(key: String): List[String]
- def getListOfValuesAccordingOrderOfPreference[T](key: String, converter: (String) ⇒ T)(implicit arg0: ClassTag[T]): List[T]
- def getListOfValuesForOrderOfOfPreference[T](key: String, oop: OrderOfPreference, converter: (String) ⇒ T)(implicit arg0: ClassTag[T]): List[T]
- def getLong(key: String, default: Long): Long
- def getLong(key: String): Long
- def getLongOption(key: String): Option[Long]
- def getOption[T](key: String): Option[T]
- def getOrderOfPreference: List[OrderOfPreference]
- def getString(key: String, default: String): String
- def getString(key: String): String
- def getStringOption(key: String): Option[String]
- def getSubConfig(confPath: String): SqConf
- def getValueAccordingOrderOfOfPreference[T](key: String, converter: (String) ⇒ T)(implicit arg0: ClassTag[T]): T
- def getValueAsOptionAccordingOrderOfOfPreference[T](key: String, converter: (String) ⇒ T)(implicit arg0: ClassTag[T]): Option[T]
- def getValueForOrderOfOfPreferenceItem[T](key: String, oop: OrderOfPreference, converter: (String) ⇒ T)(implicit arg0: ClassTag[T]): T
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyAsEnv(key: String): String
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toProperties(defaults: Properties = null): Properties
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withOverrides(overrides: Map[String, String]): SqConf