org.apache.commons.vfs2.provider.res
Class ResourceFileSystemConfigBuilder

java.lang.Object
  extended by org.apache.commons.vfs2.FileSystemConfigBuilder
      extended by org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder

public final class ResourceFileSystemConfigBuilder
extends FileSystemConfigBuilder

The config BUILDER for various ftp configuration options.

Author:
Commons VFS team

Method Summary
 java.lang.ClassLoader getClassLoader(FileSystemOptions opts)
           
protected  java.lang.Class<? extends FileSystem> getConfigClass()
           
static ResourceFileSystemConfigBuilder getInstance()
           
 void setClassLoader(FileSystemOptions opts, java.lang.ClassLoader classLoader)
           
 
Methods inherited from class org.apache.commons.vfs2.FileSystemConfigBuilder
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setRootURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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<? extends FileSystem> getConfigClass()
Specified by:
getConfigClass in class FileSystemConfigBuilder