org.jboss.weld.environment.servlet.deployment
Class VFSURLScanner

java.lang.Object
  extended by org.jboss.weld.environment.servlet.deployment.URLScanner
      extended by org.jboss.weld.environment.servlet.deployment.VFSURLScanner

public class VFSURLScanner
extends URLScanner

This class provides JBoss VFS orientated scanning

Author:
Ales Justin

Constructor Summary
VFSURLScanner(ClassLoader classLoader)
           
 
Method Summary
protected  void handleArchiveByFile(File file, Set<String> classes, Set<URL> urls)
           
protected  void handleURL(URL url, Set<String> classes, Set<URL> urls)
           
 
Methods inherited from class org.jboss.weld.environment.servlet.deployment.URLScanner
filenameToClassname, getClassLoader, handle, handle, scanDirectories, scanResources, scanURLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSURLScanner

public VFSURLScanner(ClassLoader classLoader)
Method Detail

handleArchiveByFile

protected void handleArchiveByFile(File file,
                                   Set<String> classes,
                                   Set<URL> urls)
                            throws IOException
Overrides:
handleArchiveByFile in class URLScanner
Throws:
IOException

handleURL

protected void handleURL(URL url,
                         Set<String> classes,
                         Set<URL> urls)
Overrides:
handleURL in class URLScanner


Copyright © 2013 Seam Framework. All Rights Reserved.