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

java.lang.Object
  extended byorg.apache.commons.vfs.FileSystemConfigBuilder
      extended byorg.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

Method Summary
 ClassLoader getClassLoader(FileSystemOptions opts)
           
protected  Class getConfigClass()
           
static ResourceFileSystemConfigBuilder getInstance()
           
 void setClassLoader(FileSystemOptions opts, ClassLoader classLoader)
           
 
Methods inherited from class org.apache.commons.vfs.FileSystemConfigBuilder
getParam, hasParam, setParam
 
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 getConfigClass()
Specified by:
getConfigClass in class FileSystemConfigBuilder


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