public class FileSystemURLHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLASS_FILE_EXTENSION |
| Constructor and Description |
|---|
FileSystemURLHandler(Bootstrap bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToDiscovered(String name,
URL url) |
protected org.jboss.weld.environment.se.discovery.url.BeanArchiveBuilder |
createBeanArchiveBuilder() |
static String |
filenameToClassname(String filename)
Convert a path to a class file to a class name
|
Bootstrap |
getBootstrap() |
URL |
getDiscoveredBeansXmlUrl() |
List<String> |
getDiscoveredClasses() |
org.jboss.weld.environment.se.discovery.url.BeanArchiveBuilder |
handle(String urlPath)
Main method of the interface, handling the url path and filling the BeanArchiveBuilder instance.
|
protected void |
handleArchiveByFile(File file) |
protected void |
handleDirectory(File dir,
String path) |
protected static final String CLASS_FILE_EXTENSION
public FileSystemURLHandler(Bootstrap bootstrap)
public org.jboss.weld.environment.se.discovery.url.BeanArchiveBuilder handle(String urlPath)
org.jboss.jandex.Index if jandex is
enabled.protected void handleArchiveByFile(File file) throws IOException
IOExceptionpublic Bootstrap getBootstrap()
public static String filenameToClassname(String filename)
public URL getDiscoveredBeansXmlUrl()
protected org.jboss.weld.environment.se.discovery.url.BeanArchiveBuilder createBeanArchiveBuilder()
Copyright © 2014 Seam Framework. All Rights Reserved.