org.reflections.vfs
Interface Vfs.UrlType

All Known Implementing Classes:
Vfs.DefaultUrlTypes
Enclosing class:
Vfs

public static interface Vfs.UrlType

a matcher and factory for a url


Method Summary
 Vfs.Dir createDir(java.net.URL url)
           
 boolean matches(java.net.URL url)
           
 

Method Detail

matches

boolean matches(java.net.URL url)

createDir

Vfs.Dir createDir(java.net.URL url)


Copyright © 2010. All Rights Reserved.