Package | Description |
---|---|
org.apache.commons.vfs2.util |
Utility classes used by the VFS.
|
Modifier and Type | Method and Description |
---|---|
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.
|