Uses of Class
org.apache.commons.configuration2.io.FileSystem
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
A package containing the implementation of the builder for combined configurations.
A package with classes related to I/O operations.
A package containing EntityResolvers.
-
Uses of FileSystem in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionFileBasedBuilderParametersImpl.setFileSystem
(FileSystem fs) FileBasedBuilderProperties.setFileSystem
(FileSystem fs) Sets theFileSystem
of the associatedFileHandler
. -
Uses of FileSystem in org.apache.commons.configuration2.builder.combined
Modifier and TypeMethodDescriptionprotected FileSystem
CombinedConfigurationBuilder.initFileSystem
(HierarchicalConfiguration<?> config) Creates and initializes a defaultFileSystem
if the definition configuration contains a corresponding declaration. -
Uses of FileSystem in org.apache.commons.configuration2.io
Modifier and TypeClassDescriptionclass
FileSystem that uses java.io.File or HttpClient.class
FileSystem that uses Apache Commons VFS.Modifier and TypeFieldDescriptionstatic final FileSystem
FileLocatorUtils.DEFAULT_FILE_SYSTEM
Constant for the defaultFileSystem
.Modifier and TypeMethodDescriptionFileHandler.getFileSystem()
Gets theFileSystem
to be used by this object when locating files.FileLocator.getFileSystem()
Gets theFileSystem
to be used for accessing the file referenced by this locator or null if it is undefined.Modifier and TypeMethodDescriptionFileLocator.FileLocatorBuilder.fileSystem
(FileSystem fs) Specifies theFileSystem
of the newFileLocator
.AbsoluteNameLocationStrategy.locate
(FileSystem fileSystem, FileLocator locator) Tries to locate the specified file.BasePathLocationStrategy.locate
(FileSystem fileSystem, FileLocator locator) Tries to locate the specified file.ClasspathLocationStrategy.locate
(FileSystem fileSystem, FileLocator locator) Tries to locate the specified file.CombinedLocationStrategy.locate
(FileSystem fileSystem, FileLocator locator) Tries to locate the specified file.FileLocationStrategy.locate
(FileSystem fileSystem, FileLocator locator) Tries to locate the specified file.FileSystemLocationStrategy.locate
(FileSystem fileSystem, FileLocator locator) Tries to locate the specified file.HomeDirectoryLocationStrategy.locate
(FileSystem fileSystem, FileLocator locator) Tries to locate the specified file.ProvidedURLLocationStrategy.locate
(FileSystem fileSystem, FileLocator locator) Tries to locate the specified file.void
FileHandler.setFileSystem
(FileSystem fileSystem) Sets theFileSystem
to be used by this object when locating files. -
Uses of FileSystem in org.apache.commons.configuration2.resolver
Modifier and TypeMethodDescriptionCatalogResolver.CatalogManager.getFileSystem()
Gets the FileSystem.Modifier and TypeMethodDescriptionvoid
CatalogResolver.CatalogManager.setFileSystem
(FileSystem fileSystem) Sets the FileSystemvoid
CatalogResolver.setFileSystem
(FileSystem fileSystem) Sets the FileSystem.