Uses of Class
org.apache.commons.configuration2.io.AbstractFileLocationStrategy
-
Packages that use AbstractFileLocationStrategy Package Description org.apache.commons.configuration2.io 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.io Modifier and Type Class Description classAbsoluteNameLocationStrategyA specialized implementation ofFileLocationStrategywhich checks whether the provided file name is already an absolute file name.classBasePathLocationStrategyA specialized implementation ofFileLocationStrategywhich tries to construct a file path from the locator's base path and file name.classClasspathLocationStrategyA specializedFileLocationStrategyimplementation which searches for files on the class path.classCombinedLocationStrategyA specialized implementation of aFileLocationStrategywhich encapsulates an arbitrary number ofFileLocationStrategyobjects.classFileSystemLocationStrategyA specialized implementation ofFileLocationStrategywhich uses the passed inFileSystemto locate a file.classHomeDirectoryLocationStrategyA specialized implementation ofFileLocationStrategywhich searches for files in the user's home directory or another special configurable directory.classProvidedURLLocationStrategyA specialized implementation ofFileLocationStrategywhich checks whether a passed inFileLocatoralready has a defined URL.
-