Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
org.apache.commons.configuration.resolver |
A package containing EntityResolvers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystem
FileSystem that uses java.io.File or HttpClient
|
class |
VFSFileSystem
FileSystem that uses Commons VFS
|
Modifier and Type | Method and Description |
---|---|
static FileSystem |
FileSystem.getDefaultFileSystem()
Retrieve the FileSystem being used.
|
FileSystem |
FileSystemBased.getFileSystem() |
FileSystem |
AbstractHierarchicalFileConfiguration.getFileSystem()
Retrieve the FileSystem being used.
|
FileSystem |
AbstractFileConfiguration.getFileSystem() |
Modifier and Type | Method and Description |
---|---|
static URL |
ConfigurationUtils.locate(FileSystem fileSystem,
String base,
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 |
FileSystemBased.setFileSystem(FileSystem fileSystem) |
void |
AbstractHierarchicalFileConfiguration.setFileSystem(FileSystem fileSystem)
Set the FileSystem to be used for this Configuration.
|
void |
AbstractFileConfiguration.setFileSystem(FileSystem fileSystem) |
Modifier and Type | Field and Description |
---|---|
protected FileSystem |
CatalogResolver.fs
The FileSystem in use.
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
CatalogResolver.CatalogManager.getFileSystem()
Retrieve the FileSystem.
|
Modifier and Type | Method and Description |
---|---|
void |
CatalogResolver.setFileSystem(FileSystem fileSystem)
Set the FileSystem.
|
void |
CatalogResolver.CatalogManager.setFileSystem(FileSystem fileSystem)
Set the FileSystem
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.