WebReconfigModule

org.beangle.ems.web.WebReconfigModule
class WebReconfigModule extends ReconfigModule

Attributes

Graph
Supertypes
class ReconfigModule
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override protected def config(): Unit

Attributes

Definition Classes
ReconfigModule

Inherited methods

final def configure(reconfig: Reconfig): Unit

Attributes

Inherited from:
ReconfigModule
final protected def list(datas: AnyRef*): List[_]

Attributes

Inherited from:
ReconfigModule
final protected def listref(classes: Class[_]*): List[_]

Attributes

Inherited from:
ReconfigModule
final protected def map(entries: (, )*): Map[_, _]

Attributes

Inherited from:
ReconfigModule
final protected def props(keyValuePairs: String*): Properties

Attributes

Inherited from:
ReconfigModule
final protected def remove(name: String): Unit

Attributes

Inherited from:
ReconfigModule
final protected def set(datas: AnyRef*): Set[_]

Attributes

Inherited from:
ReconfigModule
final protected def update(name: String): Definition

Attributes

Inherited from:
ReconfigModule
final protected def updateProperties(entries: (String, String)*): Unit

Attributes

Inherited from:
ReconfigModule
final protected def updateProperty(name: String, value: String): Unit

Attributes

Inherited from:
ReconfigModule

Inherited fields

var cfg: Reconfig

Attributes

Inherited from:
ReconfigModule
var configUrl: String

Attributes

Inherited from:
ReconfigModule
var ignoreMissing: Boolean

Attributes

Inherited from:
ReconfigModule