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
Constructors -
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 DefaultFileSystem
getInputStream, getOutputStreamMethods inherited from class FileSystem
getFileOptionsProvider, getLogger, setFileOptionsProvider, setLogger
-
Constructor Details
-
VFSFileSystem
public VFSFileSystem()
-
-
Method Details
-
getBasePath
- Overrides:
getBasePathin classDefaultFileSystem
-
getFileName
- Overrides:
getFileNamein classDefaultFileSystem
-
getInputStream
- Overrides:
getInputStreamin classDefaultFileSystem- Throws:
ConfigurationException
-
getOutputStream
- Overrides:
getOutputStreamin classDefaultFileSystem- Throws:
ConfigurationException
-
getPath
-
getURL
- Overrides:
getURLin classDefaultFileSystem- Throws:
MalformedURLException
-
locateFromURL
- Overrides:
locateFromURLin classDefaultFileSystem
-