Abstract base class for resources which resolve URLs into File references, such as UrlResource or {@link ClassPathResource}.
Detects the "file" protocol as well as the JBoss "vfs" protocol in URLs, resolving file system references accordingly.
@author Juergen HoellerCode copied from Spring source. Modifications made (mostly removal of methods) by Per Wendel.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.