Uses of Class
org.apache.commons.vfs.util.DelegatingFileSystemOptionsBuilder.Context

Packages that use DelegatingFileSystemOptionsBuilder.Context
org.apache.commons.vfs.util Utility classes used by the VFS. 
 

Uses of DelegatingFileSystemOptionsBuilder.Context in org.apache.commons.vfs.util
 

Methods in org.apache.commons.vfs.util with parameters of type DelegatingFileSystemOptionsBuilder.Context
private  boolean DelegatingFileSystemOptionsBuilder.convertValuesAndInvoke(java.lang.reflect.Method configSetter, DelegatingFileSystemOptionsBuilder.Context ctx)
          tries to convert the value and pass it to the given method
private  boolean DelegatingFileSystemOptionsBuilder.fillConfigSetters(DelegatingFileSystemOptionsBuilder.Context ctx)
          fills all available set*() methods for the context-scheme into the context.
private  void DelegatingFileSystemOptionsBuilder.invokeSetter(java.lang.Class valueParameter, DelegatingFileSystemOptionsBuilder.Context ctx, java.lang.reflect.Method configSetter, java.lang.Object values)
          invokes the method with the converted values
private  void DelegatingFileSystemOptionsBuilder.setValues(DelegatingFileSystemOptionsBuilder.Context ctx)
          sets the values using the informations of the given context.