Configuration

uk.gov.hmrc.performance.conf.Configuration

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def hasProperty(property: String): Boolean
def keys(property: String): List[String]
def readProperty(property: String): String
def readProperty(property: String, default: String): String
def readPropertyBooleanOption(property: String): Option[Boolean]
def readPropertyList(property: String): List[String]
def readPropertyOption(property: String): Option[String]
def readPropertySet(property: String): Set[String]
def readPropertySetOrEmpty(property: String): Set[String]

Concrete fields

lazy val applicationConfig: Config
lazy val runLocal: Boolean