class ContainerContextImpl extends AbstractContainerContextImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContainerContextImpl
- AbstractContainerContextImpl
- ContainerContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ContainerContextImpl()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val brandingProperties: Map[String, String]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
lazy val
containerConfig: Config
- Definition Classes
- ContainerContextImpl → ContainerContext
-
lazy val
containerConfigDirectory: String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
lazy val
containerDirectory: String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
lazy val
containerHostname: String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
lazy val
containerLogDirectory: String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
val
cryptoSupport: ContainerCryptoSupport
Provide access to encryption and decryption facilities, optionally secured with a secret file.
Provide access to encryption and decryption facilities, optionally secured with a secret file.
- Definition Classes
- AbstractContainerContextImpl → ContainerContext
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getConfig(id: String): Config
Read a config with a given id from the profile config directory and apply all blended replacements in the result.
Read a config with a given id from the profile config directory and apply all blended replacements in the result.
- id
The id to retrieve the config for. This is usually the bundle symbolic name.
- Definition Classes
- AbstractContainerContextImpl → ContainerContext
-
def
getContainerConfigDirectory(): String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
def
getContainerDirectory(): String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
def
getContainerHostname(): String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
def
getContainerLogDirectory(): String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
def
getNextTransactionCounter(): Long
- Definition Classes
- ContainerContext
-
def
getProfileConfigDirectory(): String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
def
getProfileDirectory(): String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
def
getUuid(): String
- Definition Classes
- AbstractContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize(): Unit
- Definition Classes
- AbstractContainerContextImpl
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
lazy val
profileConfigDirectory: String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
lazy val
profileDirectory: String
- Definition Classes
- ContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
lazy val
properties: Map[String, String]
- Definition Classes
- AbstractContainerContextImpl → ContainerContext
-
def
resolveString(s: String, additionalProps: Map[String, Any]): Try[AnyRef]
Access to a blended resolver for config values
Access to a blended resolver for config values
- Definition Classes
- AbstractContainerContextImpl → ContainerContext
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AbstractContainerContextImpl → AnyRef → Any
-
lazy val
uuid: String
- Definition Classes
- AbstractContainerContextImpl → ContainerContext
- Annotations
- @BeanProperty()
-
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
- @native() @throws( ... )