org.jboss.errai.common.metadata
Class JbossVFsTypeHandler
java.lang.Object
org.jboss.errai.common.metadata.JbossVFsTypeHandler
- All Implemented Interfaces:
- Vfs.UrlType
public class JbossVFsTypeHandler
- extends Object
- implements Vfs.UrlType
An Vfs.UrlType
for deployment archives served through the JBoss virtual filesytem.
It simply delegates to SystemDir
and
ZipDir
respectively
- Author:
- Heiko Braun , Mike Brock
Field Summary |
protected static org.slf4j.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.slf4j.Logger log
JbossVFsTypeHandler
public JbossVFsTypeHandler()
matches
public boolean matches(URL url)
- Specified by:
matches
in interface Vfs.UrlType
createDir
public Vfs.Dir createDir(URL url)
- Specified by:
createDir
in interface Vfs.UrlType
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.