Uses of Class
org.apache.commons.configuration2.io.FileSystem
Packages that use 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
Methods in org.apache.commons.configuration2.builder with parameters of type FileSystemModifier and TypeMethodDescriptionFileBasedBuilderParametersImpl.setFileSystem
(FileSystem fs) FileBasedBuilderProperties.setFileSystem
(FileSystem fs) Sets theFileSystem
of the associatedFileHandler
. -
Uses of FileSystem in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined that return FileSystemModifier 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
Subclasses of FileSystem in org.apache.commons.configuration2.ioModifier and TypeClassDescriptionclass
FileSystem that uses java.io.File or HttpClient.class
FileSystem that uses Apache Commons VFS.Fields in org.apache.commons.configuration2.io declared as FileSystemModifier and TypeFieldDescriptionstatic final FileSystem
FileLocatorUtils.DEFAULT_FILE_SYSTEM
Constant for the defaultFileSystem
.Methods in org.apache.commons.configuration2.io that return FileSystemModifier 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.Methods in org.apache.commons.configuration2.io with parameters of type FileSystemModifier 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
Methods in org.apache.commons.configuration2.resolver that return FileSystemModifier and TypeMethodDescriptionCatalogResolver.CatalogManager.getFileSystem()
Gets the FileSystem.Methods in org.apache.commons.configuration2.resolver with parameters of type FileSystemModifier and TypeMethodDescriptionvoid
CatalogResolver.CatalogManager.setFileSystem
(FileSystem fileSystem) Sets the FileSystemvoid
CatalogResolver.setFileSystem
(FileSystem fileSystem) Sets the FileSystem.