|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mevenide.properties.resolver.PluginPropertiesFinder
a IPropertyFinder implementation that iterates the installed plugin's plugin.properties files for the default values. Is to be used when none of the normal properties files defines the property. TODO: logic for refresh, remember the plugins included, check for lastmodified of the files?? mkleint - not on my priority list, new plugin install or upgrade during IDE lifetime is out-of-scope for now.
| Method Summary | |
java.util.Set |
getDefaultPluginKeys()
|
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getValue(java.lang.String key)
IPropertyFinder
getValue in interface IPropertyFinderpublic java.util.Set getDefaultPluginKeys()
public void reload()
IPropertyFinder
reload in interface IPropertyFinder
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||