Class UrlTypeVFS
java.lang.Object
org.reflections.vfs.UrlTypeVFS
- All Implemented Interfaces:
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).
- Author:
- Sergio Pola
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REPLACE_EXTENSION
-
-
Constructor Details
-
UrlTypeVFS
public UrlTypeVFS()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceVfs.UrlType
-
createDir
- Specified by:
createDirin interfaceVfs.UrlType
-
adaptURL
- Throws:
MalformedURLException
-