org.jboss.errai.common.metadata
Class WarUrlType
java.lang.Object
org.jboss.errai.common.metadata.WarUrlType
- All Implemented Interfaces:
- Vfs.UrlType
public class WarUrlType
- extends Object
- implements Vfs.UrlType
An Vfs.UrlType
for scanning web application archives.
It simply delegates to SystemDir
and
ZipDir
respectively
- Author:
- Heiko Braun
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WarUrlType
public WarUrlType()
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.