Uses of Class
org.apache.commons.configuration.FileSystem
-
Packages that use FileSystem Package Description 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 Modifier and Type Class Description class
DefaultFileSystem
FileSystem that uses java.io.File or HttpClientclass
VFSFileSystem
FileSystem that uses Commons VFSMethods in org.apache.commons.configuration that return FileSystem 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()
Methods in org.apache.commons.configuration with parameters of type FileSystem 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)
-
Uses of FileSystem in org.apache.commons.configuration.resolver
Fields in org.apache.commons.configuration.resolver declared as FileSystem Modifier and Type Field Description protected FileSystem
CatalogResolver. fs
The FileSystem in use.Methods in org.apache.commons.configuration.resolver that return FileSystem Modifier and Type Method Description FileSystem
CatalogResolver.CatalogManager. getFileSystem()
Retrieve the FileSystem.Methods in org.apache.commons.configuration.resolver with parameters of type FileSystem Modifier and Type Method Description void
CatalogResolver.CatalogManager. setFileSystem(FileSystem fileSystem)
Set the FileSystemvoid
CatalogResolver. setFileSystem(FileSystem fileSystem)
Set the FileSystem.
-