Package org.apache.commons.configuration
Class VFSFileSystem
java.lang.Object
org.apache.commons.configuration.FileSystem
org.apache.commons.configuration.DefaultFileSystem
org.apache.commons.configuration.VFSFileSystem
FileSystem that uses Commons VFS
- Since:
- 1.7
- Version:
- $Id: VFSFileSystem.java 1210205 2011-12-04 20:38:19Z oheger $
- Author:
- Commons Configuration team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBasePath(String path) getFileName(String path) getInputStream(String basePath, String fileName) getInputStream(URL url) getOutputStream(URL url) locateFromURL(String basePath, String fileName) Methods inherited from class org.apache.commons.configuration.DefaultFileSystem
getOutputStreamMethods inherited from class org.apache.commons.configuration.FileSystem
getDefaultFileSystem, getFileOptionsProvider, getLogger, resetDefaultFileSystem, setDefaultFileSystem, setFileOptionsProvider, setLogger
-
Constructor Details
-
VFSFileSystem
public VFSFileSystem()
-
-
Method Details
-
getInputStream
- Overrides:
getInputStreamin classDefaultFileSystem- Throws:
ConfigurationException
-
getInputStream
- Overrides:
getInputStreamin classDefaultFileSystem- Throws:
ConfigurationException
-
getOutputStream
- Overrides:
getOutputStreamin classDefaultFileSystem- Throws:
ConfigurationException
-
getPath
- Overrides:
getPathin classDefaultFileSystem
-
getBasePath
- Overrides:
getBasePathin classDefaultFileSystem
-
getFileName
- Overrides:
getFileNamein classDefaultFileSystem
-
getURL
- Overrides:
getURLin classDefaultFileSystem- Throws:
MalformedURLException
-
locateFromURL
- Overrides:
locateFromURLin classDefaultFileSystem
-