Package | Description |
---|---|
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder classes used to create new
Configuration objects. |
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.
|
Modifier and Type | Method and Description |
---|---|
T |
FileBasedBuilderProperties.setFileSystem(FileSystem fs)
Sets the
FileSystem of the associated FileHandler . |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setFileSystem(FileSystem fs) |
Modifier and Type | Method and Description |
---|---|
protected FileSystem |
CombinedConfigurationBuilder.initFileSystem(HierarchicalConfiguration<?> config)
Creates and initializes a default
FileSystem if the definition configuration contains a corresponding
declaration. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystem
FileSystem that uses java.io.File or HttpClient.
|
class |
VFSFileSystem
FileSystem that uses Apache Commons VFS.
|
Modifier and Type | Field and Description |
---|---|
static FileSystem |
FileLocatorUtils.DEFAULT_FILE_SYSTEM
Constant for the default
FileSystem . |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileLocator.getFileSystem()
Returns the
FileSystem to be used for accessing the file referenced by this locator or null if it is
undefined. |
FileSystem |
FileHandler.getFileSystem()
Returns the
FileSystem to be used by this object when locating files. |
Modifier and Type | Method and Description |
---|---|
FileLocator.FileLocatorBuilder |
FileLocator.FileLocatorBuilder.fileSystem(FileSystem fs)
Specifies the
FileSystem of the new FileLocator . |
URL |
ProvidedURLLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator)
Tries to locate the specified file.
|
URL |
HomeDirectoryLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator)
Tries to locate the specified file.
|
URL |
FileSystemLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator)
Tries to locate the specified file.
|
URL |
FileLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator)
Tries to locate the specified file.
|
URL |
CombinedLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator)
Tries to locate the specified file.
|
URL |
ClasspathLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator)
Tries to locate the specified file.
|
URL |
BasePathLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator)
Tries to locate the specified file.
|
URL |
AbsoluteNameLocationStrategy.locate(FileSystem fileSystem,
FileLocator locator)
Tries to locate the specified file.
|
void |
FileHandler.setFileSystem(FileSystem fileSystem)
Sets the
FileSystem to be used by this object when locating files. |
Modifier and Type | Method and Description |
---|---|
FileSystem |
CatalogResolver.CatalogManager.getFileSystem()
Gets the FileSystem.
|
Modifier and Type | Method and Description |
---|---|
void |
CatalogResolver.setFileSystem(FileSystem fileSystem)
Sets the FileSystem.
|
void |
CatalogResolver.CatalogManager.setFileSystem(FileSystem fileSystem)
Sets the FileSystem
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.