| Editor for java.io.File , to directly populate a File property
from a Spring resource location.
Supports Spring-style URL notation: any fully qualified standard URL
("file:", "http:", etc) and Spring's special "classpath:" pseudo-URL.
NOTE: The behavior of this editor has changed in Spring 2.0.
Previously, it created a File instance directly from a filename.
As of Spring 2.0, it takes a standard Spring resource location as input;
this is consistent with URLEditor and InputStreamEditor now.
author: Juergen Hoeller since: 09.12.2003 See Also: java.io.File See Also: org.springframework.core.io.ResourceEditor See Also: org.springframework.core.io.ResourceLoader See Also: URLEditor See Also: InputStreamEditor |