org.apache.commons.vfs
Class FileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs.FileSystemConfigBuilder
- Direct Known Subclasses:
- DefaultFileSystemConfigBuilder, FtpFileSystemConfigBuilder, HttpFileSystemConfigBuilder, RamFileSystemConfigBuilder, ResourceFileSystemConfigBuilder, SftpFileSystemConfigBuilder
public abstract class FileSystemConfigBuilder
- extends java.lang.Object
Abstract class which has the right to fill FileSystemOptions
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
- Author:
- Mario Ivankovits
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemConfigBuilder
public FileSystemConfigBuilder()
setParam
protected void setParam(FileSystemOptions opts,
java.lang.String name,
java.lang.Object value)
getParam
protected java.lang.Object getParam(FileSystemOptions opts,
java.lang.String name)
hasParam
protected boolean hasParam(FileSystemOptions opts,
java.lang.String name)
getConfigClass
protected abstract java.lang.Class getConfigClass()