public abstract class VfsUtils extends Object
As of Spring 4.0, this class supports VFS 3.x on JBoss AS 6+
(package org.jboss.vfs) and is in particular compatible with
JBoss AS 7 and WildFly 8+.
Thanks go to Marius Bogoevici for the initial patch. Note: This is an internal class and should not be used outside the framework.
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Method |
VIRTUAL_FILE_METHOD_VISIT |
protected static Class<?> |
VIRTUAL_FILE_VISITOR_INTERFACE |
| 构造器和说明 |
|---|
VfsUtils() |
protected static final Class<?> VIRTUAL_FILE_VISITOR_INTERFACE
protected static final 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 doGetVisitorAttributes()
Copyright © 2018–2024 Alibaba Group. All rights reserved.