com.vladium.util
Interface IProperties.IMapper

All Known Implementing Classes:
ReportProperties.ReportPropertyMapper
Enclosing interface:
IProperties

public static interface IProperties.IMapper

An IMapper is a stateless hook for mapping a arbitrary property key to another (useful, for example, for property aliasing and defaulting). Each IMapper must be completely stateless and could be shared between multiple IProperties instances (and invoked from multiple concurrent threads).


Method Summary
 java.lang.String getMappedKey(java.lang.String key)
           
 

Method Detail

getMappedKey

java.lang.String getMappedKey(java.lang.String key)