static FileLocator.FileLocatorBuilder |
FileLocatorUtils.fileLocator(FileLocator src) |
Returns a FileLocatorBuilder which is already initialized with the properties of the passed in
FileLocator .
|
static FileLocator |
FileLocatorUtils.fullyInitializedLocator(FileLocator locator) |
Returns a FileLocator object based on the passed in one whose location is fully defined.
|
void |
FileLocatorAware.initFileLocator(FileLocator locator) |
Passes the current FileLocator to this object.
|
static boolean |
FileLocatorUtils.isFullyInitialized(FileLocator locator) |
Returns a flag whether all components of the given FileLocator describing the referenced file are defined.
|
static boolean |
FileLocatorUtils.isLocationDefined(FileLocator locator) |
Checks whether the specified FileLocator contains enough information to locate a file.
|
java.net.URL |
AbsoluteNameLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator) |
Tries to locate the specified file.
|
java.net.URL |
BasePathLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator) |
Tries to locate the specified file.
|
java.net.URL |
ClasspathLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator) |
Tries to locate the specified file.
|
java.net.URL |
CombinedLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator) |
Tries to locate the specified file.
|
java.net.URL |
FileLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator) |
Tries to locate the specified file.
|
static java.net.URL |
FileLocatorUtils.locate(FileLocator locator) |
Locates the provided FileLocator , returning a URL for accessing the referenced file.
|
java.net.URL |
FileSystemLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator) |
Tries to locate the specified file.
|
java.net.URL |
HomeDirectoryLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator) |
Tries to locate the specified file.
|
java.net.URL |
ProvidedURLLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator) |
Tries to locate the specified file.
|
static java.net.URL |
FileLocatorUtils.locateOrThrow(FileLocator locator) |
Tries to locate the file referenced by the passed in FileLocator .
|
static void |
FileLocatorUtils.put(FileLocator locator,
java.util.Map<java.lang.String,java.lang.Object> map) |
Stores the specified FileLocator in the given map.
|
void |
FileHandler.setFileLocator(FileLocator locator) |
Sets the file to be accessed by this FileHandler as a FileLocator object.
|