Package org.reflections.vfs
Interface Vfs.UrlType
-
- All Known Implementing Classes:
UrlTypeVFS,Vfs.DefaultUrlTypes
- Enclosing class:
- Vfs
public static interface Vfs.UrlTypea matcher and factory for a url
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vfs.DircreateDir(java.net.URL url)booleanmatches(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
-
-