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
 ClassLoader getClassLoader(FileSystemOptions opts)
           
protected  Class<? extends FileSystem> getConfigClass()
           
static ResourceFileSystemConfigBuilder getInstance()
           
 void setClassLoader(FileSystemOptions opts, 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,
                           ClassLoader classLoader)

getClassLoader

public ClassLoader getClassLoader(FileSystemOptions opts)

getConfigClass

protected Class<? extends FileSystem> getConfigClass()
Specified by:
getConfigClass in class FileSystemConfigBuilder


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.