public class ModularFileSystemURLHandler extends Object
| Constructor and Description |
|---|
ModularFileSystemURLHandler(org.jboss.weld.resources.spi.ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
static String |
filenameToClassname(String filename)
Convert a path to a class file to a class name
|
void |
handle(Collection<String> paths,
List<String> discoveredClasses,
List<URL> discoveredBeansXmlUrls) |
protected void |
handle(String name,
URL url,
List<String> discoveredClasses,
List<URL> discoveredBeansXmlUrls) |
protected void |
handleDirectory(File file,
String path,
List<String> discoveredClasses,
List<URL> discoveredBeansXmlUrls) |
public ModularFileSystemURLHandler(org.jboss.weld.resources.spi.ResourceLoader resourceLoader)
public void handle(Collection<String> paths, List<String> discoveredClasses, List<URL> discoveredBeansXmlUrls)
protected void handleDirectory(File file, String path, List<String> discoveredClasses, List<URL> discoveredBeansXmlUrls)
protected void handle(String name, URL url, List<String> discoveredClasses, List<URL> discoveredBeansXmlUrls)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.