org.apache.commons.vfs.provider.res
Class ResourceFileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs.FileSystemConfigBuilder
org.apache.commons.vfs.provider.res.ResourceFileSystemConfigBuilder
public class ResourceFileSystemConfigBuilder
- extends FileSystemConfigBuilder
The config builder for various ftp configuration options
- 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 |
builder
private static final ResourceFileSystemConfigBuilder builder
ResourceFileSystemConfigBuilder
private ResourceFileSystemConfigBuilder()
getInstance
public static ResourceFileSystemConfigBuilder getInstance()
setClassLoader
public void setClassLoader(FileSystemOptions opts,
java.lang.ClassLoader classLoader)
getClassLoader
public java.lang.ClassLoader getClassLoader(FileSystemOptions opts)
getConfigClass
protected java.lang.Class getConfigClass()
- Specified by:
getConfigClass
in class FileSystemConfigBuilder