Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.metadata
Class JbossVFsTypeHandler

java.lang.Object
  extended by 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
           
 
Constructor Summary
JbossVFsTypeHandler()
           
 
Method Summary
 Vfs.Dir createDir(URL url)
           
 boolean matches(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.slf4j.Logger log
Constructor Detail

JbossVFsTypeHandler

public JbossVFsTypeHandler()
Method Detail

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

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.