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

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

public class ResourceFileSystemConfigBuilder
extends FileSystemConfigBuilder

The config builder for various ftp configuration options

Version:
$Revision: 748966 $ $Date: 2009-03-01 07:45:02 +0100 (So, 01. Mär 2009) $
Author:
Mario Ivankovits

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


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.