Uses of Class
org.apache.commons.configuration2.io.AbstractFileLocationStrategy
Packages that use AbstractFileLocationStrategy
Package
Description
A package with classes related to I/O operations.
-
Uses of AbstractFileLocationStrategy in org.apache.commons.configuration2.io
Subclasses of AbstractFileLocationStrategy in org.apache.commons.configuration2.ioModifier and TypeClassDescriptionclassA specialized implementation ofFileLocationStrategywhich checks whether the provided file name is already an absolute file name.classA specialized implementation ofFileLocationStrategywhich tries to construct a file path from the locator's base path and file name.classA specializedFileLocationStrategyimplementation which searches for files on the class path.classA specialized implementation of aFileLocationStrategywhich encapsulates an arbitrary number ofFileLocationStrategyobjects.classA specialized implementation ofFileLocationStrategywhich uses the passed inFileSystemto locate a file.classA specialized implementation ofFileLocationStrategywhich searches for files in the user's home directory or another special configurable directory.classA specialized implementation ofFileLocationStrategywhich checks whether a passed inFileLocatoralready has a defined URL.