Package org.reflections.vfs
Interface Vfs.UrlType
-
- All Known Implementing Classes:
UrlTypeVFS
,Vfs.DefaultUrlTypes
- Enclosing class:
- Vfs
public static interface Vfs.UrlType
a matcher and factory for a url
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vfs.Dir
createDir(java.net.URL url)
boolean
matches(java.net.URL url)
-
-
-
Method Detail
-
matches
boolean matches(java.net.URL url) throws java.lang.Exception
- Throws:
java.lang.Exception
-
createDir
Vfs.Dir createDir(java.net.URL url) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-