public abstract class Vfs2Utils extends Object
The VfsUtils class of Spring 4 does not support any more the VFS 2 of JBoss AS 5.
.
Vfs2Utils is a copy/paste of the Spring Framework 3.2 implementation.
| Modifier and Type | Field and Description |
|---|---|
protected static Method |
VIRTUAL_FILE_METHOD_VISIT |
protected static Class<?> |
VIRTUAL_FILE_VISITOR_INTERFACE |
| Constructor and Description |
|---|
Vfs2Utils() |
protected static Class<?> VIRTUAL_FILE_VISITOR_INTERFACE
protected static Method VIRTUAL_FILE_METHOD_VISIT
protected static Object invokeVfsMethod(Method method, Object target, Object... args) throws IOException
IOExceptionprotected static Object getRoot(URL url) throws IOException
IOExceptionprotected static Object doGetVisitorAttribute()
Copyright © 2014-2015. All Rights Reserved.