|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.impl.config.domain.key.rtaware.TenantUserConfigurationKeyContext
public final class TenantUserConfigurationKeyContext
Implementation that supports environment, application, tenant, and user IDs.
Constructor Summary | |
---|---|
TenantUserConfigurationKeyContext() Default constructor. |
Method Summary | |
---|---|
ConfigurationKeyFactory<?> |
configurationKeyFactory() Provides access to the configuration key factory. |
ConfigurationKeyHelper |
configurationKeyHelper(boolean preferEarManifest) Provides a helper to create a configuration key at runtime. |
DefinitionConfigParser<?> |
definitionConfigParser() Provides a parser to parse definition files. |
DefinitionKeyHelper |
definitionKeyHelper() Provides a contextless definition helper. |
DefinitionKeyHelper |
definitionKeyHelper(PropertiesDefinitionContext definitionContext) Provides a contextaware definition helper. |
KeyListBuilder |
keyListBuilder() Provides access to the key list builder that creates a list of configuration keys to fetch property values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TenantUserConfigurationKeyContext()
Method Detail |
---|
public ConfigurationKeyFactory<?> configurationKeyFactory()
ConfigurationKeyContext
configurationKeyFactory
in interface
ConfigurationKeyContext
public KeyListBuilder keyListBuilder()
ConfigurationKeyContext
keyListBuilder
in interface
ConfigurationKeyContext
public DefinitionConfigParser<?> definitionConfigParser()
ConfigurationKeyContext
definitionConfigParser
in interface
ConfigurationKeyContext
public DefinitionKeyHelper definitionKeyHelper()
ConfigurationKeyContext
definitionKeyHelper
in interface
ConfigurationKeyContext
public DefinitionKeyHelper definitionKeyHelper(PropertiesDefinitionContext definitionContext)
ConfigurationKeyContext
definitionKeyHelper
in interface
ConfigurationKeyContext
definitionContext
- the context to base the definition helper.
public ConfigurationKeyHelper configurationKeyHelper(boolean preferEarManifest)
ConfigurationKeyContext
configurationKeyHelper
in interface
ConfigurationKeyContext
preferEarManifest
- the flag to signal that the manifest of a EAR file (with the extension
ear
) is preferred if present.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |