|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vfs.UrlType | |
---|---|
org.jboss.errai.common.metadata | |
org.jboss.errai.reflections.vfs |
Uses of Vfs.UrlType in org.jboss.errai.common.metadata |
---|
Classes in org.jboss.errai.common.metadata that implement Vfs.UrlType | |
---|---|
class |
JbossVFsTypeHandler
An Vfs.UrlType for deployment archives served through the JBoss virtual filesytem. |
class |
LeafUrlType
A trivial URL Type handler for Reflections VFS which matches any classpath entry ending with a given suffix (or filename extension) and returns an empty VFS directory. |
class |
WarUrlType
An Vfs.UrlType for scanning web application archives. |
Methods in org.jboss.errai.common.metadata with parameters of type Vfs.UrlType | |
---|---|
static void |
MetaDataScanner.registerTypeHandler(Vfs.UrlType handler)
|
Uses of Vfs.UrlType in org.jboss.errai.reflections.vfs |
---|
Classes in org.jboss.errai.reflections.vfs that implement Vfs.UrlType | |
---|---|
class |
UrlTypeVFS
UrlType to be used by Reflections library. |
static class |
Vfs.DefaultUrlTypes
default 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 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(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(URL url,
List<Vfs.UrlType> urlTypes)
tries to create a Dir from the given url, using the given urlTypes |
static void |
Vfs.setDefaultURLTypes(List<Vfs.UrlType> urlTypes)
sets the static default url types. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |