org.mevenide.properties
Interface IPropertyResolver

All Superinterfaces:
IPropertyFinder
All Known Implementing Classes:
PropertyFilesAggregator

public interface IPropertyResolver
extends IPropertyFinder

Instances of this interface are able to lookup and resolve the property values

Author:
Milos Kleint

Method Summary
 java.lang.String getResolvedValue(java.lang.String key)
          Returns the value for the given key, if found.
 java.lang.String resolveString(java.lang.String original)
          processes the parameter any definitions with their values.
 
Methods inherited from interface org.mevenide.properties.IPropertyFinder
getValue, reload
 

Method Detail

getResolvedValue

public java.lang.String getResolvedValue(java.lang.String key)
Returns the value for the given key, if found. Otherwise null.


resolveString

public java.lang.String resolveString(java.lang.String original)
processes the parameter any definitions with their values.



Copyright © 2003-2005 The Codehaus. All Rights Reserved.