A specialized implementation of {@code FileLocationStrategy} which checkswhether a passed in {@link FileLocator} already has a defined URL.
{@code FileLocator} objects that have a URL already reference a file in anunambiguous way. Therefore, this strategy just returns the URL of the passed in {@code FileLocator}. It can be used as a first step of the file resolving process. If it fails, more sophisticated attempts for resolving the file can be made.
@version $Id: ProvidedURLLocationStrategy.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|