org.mevenide.properties
Interface IPropertyFinder

All Known Subinterfaces:
IPropertyResolver
All Known Implementing Classes:
DefaultsResolver, PluginPropertiesFinder, ProjectWalker2, PropertyFilesAggregator

public interface IPropertyFinder

Instances of this interface are able to return the value for a defined key from a particular properties file. The values are non-resolved.

Author:
Milos Kleint

Method Summary
 java.lang.String getValue(java.lang.String key)
          Returns the value for the given key, if found.
 void reload()
          releases any cached values and reloads the properties file.
 

Method Detail

getValue

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


reload

public void reload()
releases any cached values and reloads the properties file.



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