Class UrlTypeVFS

java.lang.Object
org.reflections.vfs.UrlTypeVFS
All Implemented Interfaces:
Vfs.UrlType

public class UrlTypeVFS extends Object implements Vfs.UrlType
UrlType to be used by Reflections library. This class handles the vfszip and vfsfile protocol of JBOSS files.

to use it, register it in Vfs via Vfs.addDefaultURLTypes(org.reflections.vfs.Vfs.UrlType) or Vfs.setDefaultURLTypes(java.util.List).