Uses of Class
org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
-
Packages that use DelegatingFileSystemOptionsBuilder.Context Package Description org.apache.commons.vfs2.util Utility classes used by the VFS. -
-
Uses of DelegatingFileSystemOptionsBuilder.Context in org.apache.commons.vfs2.util
Methods in org.apache.commons.vfs2.util with parameters of type DelegatingFileSystemOptionsBuilder.Context Modifier and Type Method Description private boolean
DelegatingFileSystemOptionsBuilder. convertValuesAndInvoke(java.lang.reflect.Method configSetter, DelegatingFileSystemOptionsBuilder.Context ctx)
Tries to convert the value and pass it to the given methodprivate 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 valuesprivate void
DelegatingFileSystemOptionsBuilder. setValues(DelegatingFileSystemOptionsBuilder.Context ctx)
Sets the values using the informations of the given context.
-