Hi,
In TurbineResourceService.java
there is implementation of
ResourceService getResources(String prefix)
method that currently returns all config and prefix does not play any
role.
Is it in TODO list? Or somebody already has correct
implementation that was not commited to CVS?
-------------------------
/**
* The purpose of this method is to extract a subset of configuraton
* resources sharing a common name prefix.
*
* @param prefix the common name prefix
* @return A ResourceService providing the subset of configuration.
*/
public ResourceService getResources(String prefix)
{
TurbineResourceService res = new TurbineResourceService();
res.init(getConfig());
return (ResourceService)res;
}
-------------------------
/ Shamil
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]