*
* @deprecated As of GeoServer 2.6, replaced by {@link #config(FeatureTypeInfo, String...)}, {@link #config(CoverageInfo, String...)}, {@link #config(WMSLayerInfo, String...)}
*/
@Deprecated
public File findResourceFile(ResourceInfo r) throws IOException {
Resource resource = config(r);
return Resources.file(resource);
}