|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSystem | |
|---|---|
| org.apache.commons.configuration | The Configuration main package. |
| org.apache.commons.configuration.resolver | A package containing EntityResolvers. |
| Uses of FileSystem in org.apache.commons.configuration |
|---|
| Subclasses of FileSystem in org.apache.commons.configuration | |
|---|---|
class |
DefaultFileSystem
FileSystem that uses java.io.File or HttpClient |
class |
VFSFileSystem
FileSystem that uses Commons VFS |
| Methods in org.apache.commons.configuration that return FileSystem | |
|---|---|
static FileSystem |
FileSystem.getDefaultFileSystem()
Retrieve the FileSystem being used. |
FileSystem |
FileSystemBased.getFileSystem()
|
FileSystem |
AbstractHierarchicalFileConfiguration.getFileSystem()
Retrieve the FileSystem being used. |
FileSystem |
AbstractFileConfiguration.getFileSystem()
|
| Methods in org.apache.commons.configuration with parameters of type FileSystem | |
|---|---|
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)
|
| Uses of FileSystem in org.apache.commons.configuration.resolver |
|---|
| Fields in org.apache.commons.configuration.resolver declared as FileSystem | |
|---|---|
protected FileSystem |
CatalogResolver.fs
The FileSystem in use. |
| Methods in org.apache.commons.configuration.resolver that return FileSystem | |
|---|---|
FileSystem |
CatalogResolver.CatalogManager.getFileSystem()
Retrieve the FileSystem. |
| Methods in org.apache.commons.configuration.resolver with parameters of type FileSystem | |
|---|---|
void |
CatalogResolver.setFileSystem(FileSystem fileSystem)
Set the FileSystem. |
void |
CatalogResolver.CatalogManager.setFileSystem(FileSystem fileSystem)
Set the FileSystem |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||