Generated by
JDiff

Class org.springframework.util.ResourceUtils

Added Methods
boolean isJarFileURL(URL) Determine whether the given URL points to a jar file itself, that is, has protocol "file" and ends with the ".jar" extension.
 

Added Fields
String JAR_FILE_EXTENSION File extension for a regular jar file: ".jar"
String JAR_URL_PREFIX URL prefix for loading from the file system: "jar:"