|
||||||||||
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 |
AbstractFileConfiguration.getFileSystem()
|
FileSystem |
FileSystemBased.getFileSystem()
|
FileSystem |
AbstractHierarchicalFileConfiguration.getFileSystem()
Retrieve the FileSystem being used. |
Methods in org.apache.commons.configuration with parameters of type FileSystem | |
---|---|
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 |
FileSystemBased.setFileSystem(FileSystem fileSystem)
|
void |
AbstractHierarchicalFileConfiguration.setFileSystem(FileSystem fileSystem)
Set the FileSystem to be used for this Configuration. |
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 |