Uses of Class
org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
Packages that use DelegatingFileSystemOptionsBuilder.Context
-
Uses of DelegatingFileSystemOptionsBuilder.Context in org.apache.commons.vfs2.util
Methods in org.apache.commons.vfs2.util with parameters of type DelegatingFileSystemOptionsBuilder.ContextModifier and TypeMethodDescriptionprivate booleanDelegatingFileSystemOptionsBuilder.convertValuesAndInvoke(Method configSetter, DelegatingFileSystemOptionsBuilder.Context ctx) Tries to convert the value and pass it to the given methodprivate booleanDelegatingFileSystemOptionsBuilder.fillConfigSetters(DelegatingFileSystemOptionsBuilder.Context ctx) Fills all available set*() methods for the context-scheme into the context.private voidDelegatingFileSystemOptionsBuilder.invokeSetter(Class<?> valueParameter, DelegatingFileSystemOptionsBuilder.Context ctx, Method configSetter, Object values) Invokes the method with the converted valuesprivate voidDelegatingFileSystemOptionsBuilder.setValues(DelegatingFileSystemOptionsBuilder.Context ctx) Sets the values using the informations of the given context.