A class describing the location of a file.
An instance of this class provides information for locating and accessing a file. The file location can be defined
Instances of this class are immutable and thus can be safely shared between arbitrary components. {@link FileHandler} also uses an instance to referencethe associated file. Instances are created using a builder. {@link FileLocatorUtils} offers convenience methods for obtaining such abuilder.
@version $Id: FileLocator.java 1527225 2013-09-28 19:29:32Z oheger $ @since 2.0A class describing the location of a file.
An instance of this class provides information for locating and accessing a file. The file location can be defined
Instances of this class are immutable and thus can be safely shared between arbitrary components. {@link FileHandler} also uses an instance to referencethe associated file. Instances are created using a builder. {@link FileLocatorUtils} offers convenience methods for obtaining such abuilder.
@version $Id: FileLocator.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|