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 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,
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-2006 The Apache Software Foundation. All Rights Reserved.