Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.metadata
Class WarUrlType

java.lang.Object
  extended by 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

Constructor Summary
WarUrlType()
           
 
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
 

Constructor Detail

WarUrlType

public WarUrlType()
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.