| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vfs.UrlType | |
|---|---|
| org.jboss.errai.reflections.vfs | |
| Uses of Vfs.UrlType in org.jboss.errai.reflections.vfs | 
|---|
| Classes in org.jboss.errai.reflections.vfs that implement Vfs.UrlType | |
|---|---|
|  class | JBoss6UrlTypeUrlType to be used by Reflections library for JBoss 6. | 
|  class | UrlTypeVFSUrlType to be used by Reflections library. | 
| static class | Vfs.DefaultUrlTypesdefault url types used by Vfs.fromURL(java.net.URL) | 
| Methods in org.jboss.errai.reflections.vfs that return types with arguments of type Vfs.UrlType | |
|---|---|
| static java.util.List<Vfs.UrlType> | Vfs.getDefaultUrlTypes()the default url types that will be used when issuing Vfs.fromURL(java.net.URL) | 
| Methods in org.jboss.errai.reflections.vfs with parameters of type Vfs.UrlType | |
|---|---|
| static void | Vfs.addDefaultURLTypes(Vfs.UrlType urlType)add a static default url types. | 
| static Vfs.Dir | Vfs.fromURL(java.net.URL url,
        Vfs.UrlType... urlTypes)tries to create a Dir from the given url, using the given urlTypes | 
| Method parameters in org.jboss.errai.reflections.vfs with type arguments of type Vfs.UrlType | |
|---|---|
| static Vfs.Dir | Vfs.fromURL(java.net.URL url,
        java.util.List<Vfs.UrlType> urlTypes)tries to create a Dir from the given url, using the given urlTypes | 
| static void | Vfs.setDefaultURLTypes(java.util.List<Vfs.UrlType> urlTypes)sets the static default url types. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||