Uses of Class
org.apache.commons.configuration.FileSystem
-
Packages that use FileSystem Package Description org.apache.commons.configuration org.apache.commons.configuration.resolver -
-
Uses of FileSystem in org.apache.commons.configuration
Subclasses of FileSystem in org.apache.commons.configuration Modifier and Type Class Description classDefaultFileSystemFileSystem that uses java.io.File or HttpClientclassVFSFileSystemFileSystem that uses Commons VFSMethods in org.apache.commons.configuration that return FileSystem Modifier and Type Method Description static FileSystemFileSystem. getDefaultFileSystem()Retrieve the FileSystem being used.FileSystemAbstractFileConfiguration. getFileSystem()FileSystemAbstractHierarchicalFileConfiguration. getFileSystem()Retrieve the FileSystem being used.FileSystemFileSystemBased. getFileSystem()Methods in org.apache.commons.configuration with parameters of type FileSystem Modifier and Type Method Description static java.net.URLConfigurationUtils. 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 voidFileSystem. setDefaultFileSystem(FileSystem fs)Set the FileSystem to use.voidAbstractFileConfiguration. setFileSystem(FileSystem fileSystem)voidAbstractHierarchicalFileConfiguration. setFileSystem(FileSystem fileSystem)Set the FileSystem to be used for this Configuration.voidFileSystemBased. 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 FileSystemCatalogResolver. fsThe FileSystem in use.Methods in org.apache.commons.configuration.resolver that return FileSystem Modifier and Type Method Description FileSystemCatalogResolver.CatalogManager. getFileSystem()Retrieve the FileSystem.Methods in org.apache.commons.configuration.resolver with parameters of type FileSystem Modifier and Type Method Description voidCatalogResolver.CatalogManager. setFileSystem(FileSystem fileSystem)Set the FileSystemvoidCatalogResolver. setFileSystem(FileSystem fileSystem)Set the FileSystem.
-