|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationKeyContext
Provides access to utilities to deal with configuration keys.
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. |
Method Detail |
---|
ConfigurationKeyFactory<?> configurationKeyFactory()
KeyListBuilder keyListBuilder()
DefinitionConfigParser<?> definitionConfigParser()
DefinitionKeyHelper definitionKeyHelper()
ConfigurationKeyHelper configurationKeyHelper(boolean preferEarManifest)
preferEarManifest
- the flag to signal that the manifest of a EAR file (with the extension
ear
) is preferred if present.
DefinitionKeyHelper definitionKeyHelper(PropertiesDefinitionContext definitionContext)
definitionContext
- the context to base the definition helper.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |