public abstract class VfsUtils extends Object
org.jboss.virtual) while
JBoss AS 6+ uses VFS 3.x (package org.jboss.vfs).
Thanks go to Marius Bogoevici for the initial patch. Note: This is an internal class and should not be used outside the framework.
| Modifier and Type | Field and Description |
|---|---|
protected static Method |
VIRTUAL_FILE_METHOD_VISIT |
protected static Class<?> |
VIRTUAL_FILE_VISITOR_INTERFACE |
| Constructor and Description |
|---|
VfsUtils() |
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()