A specialized implementation of {@code FileLocationStrategy} which uses thepassed in {@link FileSystem} to locate a file.
This strategy implementation ignores the URL of the passed in {@link FileLocator} and operates on its base path and file name. Theseproperties are passed to the {@code locateFromURL()} method of{@code FileSystem}. So the burden of resolving the file is delegated to the {@code FileSystem}.
@version $Id: FileSystemLocationStrategy.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|