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
getOutputStream
Methods inherited from class org.apache.commons.configuration.FileSystem
getDefaultFileSystem, getFileOptionsProvider, getLogger, resetDefaultFileSystem, setDefaultFileSystem, setFileOptionsProvider, setLogger
-
Constructor Details
-
VFSFileSystem
public VFSFileSystem()
-
-
Method Details
-
getInputStream
- Overrides:
getInputStream
in classDefaultFileSystem
- Throws:
ConfigurationException
-
getInputStream
- Overrides:
getInputStream
in classDefaultFileSystem
- Throws:
ConfigurationException
-
getOutputStream
- Overrides:
getOutputStream
in classDefaultFileSystem
- Throws:
ConfigurationException
-
getPath
- Overrides:
getPath
in classDefaultFileSystem
-
getBasePath
- Overrides:
getBasePath
in classDefaultFileSystem
-
getFileName
- Overrides:
getFileName
in classDefaultFileSystem
-
getURL
- Overrides:
getURL
in classDefaultFileSystem
- Throws:
MalformedURLException
-
locateFromURL
- Overrides:
locateFromURL
in classDefaultFileSystem
-