de.smartics.properties.api.config.domain.key
Interface KeyListBuilder

Package class diagram package KeyListBuilder

public interface KeyListBuilder

Creates a list of keys to search for properties value in a given order.


Method Summary
 List<ConfigurationKey<?>> createKeyList(ConfigurationKey<?> key)
          Creates a list of keys to search for properties value in a given order.
 

Method Detail

createKeyList

List<ConfigurationKey<?>> createKeyList(ConfigurationKey<?> key)
Creates a list of keys to search for properties value in a given order.

Parameters:
key - the fully qualified key of the runtime environment.
Returns:
a list of configuration keys the implementation decides to use in queries for property values. The list must contain at least one key which is usually the passed in key. In this case only the exactly matching configuration is queried.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.