| Package | Description |
|---|---|
| org.apache.commons.configuration | |
| org.apache.commons.configuration.resolver |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultFileSystem |
FileSystem that uses java.io.File or HttpClient
|
class |
VFSFileSystem |
FileSystem that uses Commons VFS
|
| Modifier and Type | Method | Description |
|---|---|---|
static FileSystem |
FileSystem.getDefaultFileSystem() |
Retrieve the FileSystem being used.
|
FileSystem |
AbstractFileConfiguration.getFileSystem() |
|
FileSystem |
AbstractHierarchicalFileConfiguration.getFileSystem() |
Retrieve the FileSystem being used.
|
FileSystem |
FileSystemBased.getFileSystem() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.net.URL |
ConfigurationUtils.locate(FileSystem fileSystem,
java.lang.String base,
java.lang.String name) |
Return the location of the specified resource by searching the user home
directory, the current classpath and the system classpath.
|
static void |
FileSystem.setDefaultFileSystem(FileSystem fs) |
Set the FileSystem to use.
|
void |
AbstractFileConfiguration.setFileSystem(FileSystem fileSystem) |
|
void |
AbstractHierarchicalFileConfiguration.setFileSystem(FileSystem fileSystem) |
Set the FileSystem to be used for this Configuration.
|
void |
FileSystemBased.setFileSystem(FileSystem fileSystem) |
| Modifier and Type | Field | Description |
|---|---|---|
protected FileSystem |
CatalogResolver.fs |
The FileSystem in use.
|
| Modifier and Type | Method | Description |
|---|---|---|
FileSystem |
CatalogResolver.CatalogManager.getFileSystem() |
Retrieve the FileSystem.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CatalogResolver.CatalogManager.setFileSystem(FileSystem fileSystem) |
Set the FileSystem
|
void |
CatalogResolver.setFileSystem(FileSystem fileSystem) |
Set the FileSystem.
|