Class VFSFileSystem
java.lang.Object
org.apache.commons.configuration2.io.FileSystem
org.apache.commons.configuration2.io.DefaultFileSystem
org.apache.commons.configuration2.io.VFSFileSystem
FileSystem that uses Apache Commons VFS.
- Since:
- 1.7
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBasePath
(String path) getFileName
(String path) getInputStream
(URL url) getOutputStream
(URL url) locateFromURL
(String basePath, String fileName) Methods inherited from class org.apache.commons.configuration2.io.DefaultFileSystem
getInputStream, getOutputStream
Methods inherited from class org.apache.commons.configuration2.io.FileSystem
getFileOptionsProvider, getLogger, setFileOptionsProvider, setLogger
-
Constructor Details
-
VFSFileSystem
public VFSFileSystem()
-
-
Method Details
-
getBasePath
- Overrides:
getBasePath
in classDefaultFileSystem
-
getFileName
- Overrides:
getFileName
in classDefaultFileSystem
-
getInputStream
- Overrides:
getInputStream
in classDefaultFileSystem
- Throws:
ConfigurationException
-
getOutputStream
- Overrides:
getOutputStream
in classDefaultFileSystem
- Throws:
ConfigurationException
-
getPath
- Overrides:
getPath
in classDefaultFileSystem
-
getURL
- Overrides:
getURL
in classDefaultFileSystem
- Throws:
MalformedURLException
-
locateFromURL
- Overrides:
locateFromURL
in classDefaultFileSystem
-