clone

abstract fun clone(cloneName: String, clonePermittedKeys: Set<Key<*>>? = null): ApplicationContext

Creates a clone of this context with passed cloneName and clonePermittedKeys. While cloning only the permittedKeys will be added

Parameters

cloneName

name of the cloned ApplicationContext

clonePermittedKeys

permittedKeys of the cloned ApplicationContext