org.jboss.osgi.vfs
Class AbstractVFS
java.lang.Object
org.jboss.osgi.vfs.AbstractVFS
public abstract class AbstractVFS
- extends Object
The AbstractVFS is the entry point for VFS abstraction used by the OSGi layer.
This abstraction should be removed once we settle on a single jboss-vfs version.
- Since:
- 02-Mar-2010
- Author:
- thomas.diesler@jboss.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractVFS
public AbstractVFS()
getRoot
public static VirtualFile getRoot(URL url)
throws IOException
- Throws:
IOException
adapt
public static VirtualFile adapt(Object virtualFile)
adapt
public static Object adapt(VirtualFile virtualFile)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.