org.apache.commons.vfs
Class FileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs.FileSystemConfigBuilder
- Direct Known Subclasses:
- FtpFileSystemConfigBuilder, HttpFileSystemConfigBuilder, ResourceFileSystemConfigBuilder, SftpFileSystemConfigBuilder, WebdavFileSystemConfigBuilder
- public abstract class FileSystemConfigBuilder
- extends Object
Abstract class which has the right to fill FileSystemOptions
- Version:
- $Revision: 170205 $ $Date: 2005-05-15 10:21:59 +0200 (Sun, 15 May 2005) $
- 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,
String name,
Object value)
getParam
protected Object getParam(FileSystemOptions opts,
String name)
hasParam
protected boolean hasParam(FileSystemOptions opts,
String name)
getConfigClass
protected abstract Class getConfigClass()
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.