Uses of Class
org.apache.commons.configuration2.io.FileSystem
-
Packages that use FileSystem Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations.org.apache.commons.configuration2.io A package with classes related to I/O operations.org.apache.commons.configuration2.resolver A package containing EntityResolvers. -
-
Uses of FileSystem in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type FileSystem Modifier and Type Method Description FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setFileSystem(FileSystem fs)TFileBasedBuilderProperties. setFileSystem(FileSystem fs)Sets theFileSystemof the associatedFileHandler. -
Uses of FileSystem in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined that return FileSystem Modifier and Type Method Description protected FileSystemCombinedConfigurationBuilder. initFileSystem(HierarchicalConfiguration<?> config)Creates and initializes a defaultFileSystemif the definition configuration contains a corresponding declaration. -
Uses of FileSystem in org.apache.commons.configuration2.io
Subclasses of FileSystem in org.apache.commons.configuration2.io Modifier and Type Class Description classDefaultFileSystemFileSystem that uses java.io.File or HttpClient.classVFSFileSystemFileSystem that uses Apache Commons VFS.Fields in org.apache.commons.configuration2.io declared as FileSystem Modifier and Type Field Description static FileSystemFileLocatorUtils. DEFAULT_FILE_SYSTEMConstant for the defaultFileSystem.Methods in org.apache.commons.configuration2.io that return FileSystem Modifier and Type Method Description FileSystemFileHandler. getFileSystem()Gets theFileSystemto be used by this object when locating files.FileSystemFileLocator. getFileSystem()Gets theFileSystemto 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 FileSystem Modifier and Type Method Description FileLocator.FileLocatorBuilderFileLocator.FileLocatorBuilder. fileSystem(FileSystem fs)Specifies theFileSystemof the newFileLocator.URLAbsoluteNameLocationStrategy. locate(FileSystem fileSystem, FileLocator locator)Tries to locate the specified file.URLBasePathLocationStrategy. locate(FileSystem fileSystem, FileLocator locator)Tries to locate the specified file.URLClasspathLocationStrategy. locate(FileSystem fileSystem, FileLocator locator)Tries to locate the specified file.URLCombinedLocationStrategy. locate(FileSystem fileSystem, FileLocator locator)Tries to locate the specified file.URLFileLocationStrategy. locate(FileSystem fileSystem, FileLocator locator)Tries to locate the specified file.URLFileSystemLocationStrategy. locate(FileSystem fileSystem, FileLocator locator)Tries to locate the specified file.URLHomeDirectoryLocationStrategy. locate(FileSystem fileSystem, FileLocator locator)Tries to locate the specified file.URLProvidedURLLocationStrategy. locate(FileSystem fileSystem, FileLocator locator)Tries to locate the specified file.voidFileHandler. setFileSystem(FileSystem fileSystem)Sets theFileSystemto 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 FileSystem Modifier and Type Method Description FileSystemCatalogResolver.CatalogManager. getFileSystem()Gets the FileSystem.Methods in org.apache.commons.configuration2.resolver with parameters of type FileSystem Modifier and Type Method Description voidCatalogResolver.CatalogManager. setFileSystem(FileSystem fileSystem)Sets the FileSystemvoidCatalogResolver. setFileSystem(FileSystem fileSystem)Sets the FileSystem.
-