public class BundleResourcesLoader extends Object implements org.jboss.weld.serialization.spi.ProxyServices, org.jboss.weld.resources.spi.ResourceLoader
Modifier and Type | Class and Description |
---|---|
static class |
BundleResourcesLoader.Builder |
Modifier and Type | Method and Description |
---|---|
Class<?> |
classForName(String className) |
void |
cleanup() |
ClassLoader |
getClassLoader(Class<?> proxiedBeanType) |
URL |
getResource(String name) |
Collection<URL> |
getResources(String name) |
Class<?> |
loadBeanClass(String className) |
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
public Class<?> classForName(String className)
classForName
in interface org.jboss.weld.resources.spi.ResourceLoader
public ClassLoader getClassLoader(Class<?> proxiedBeanType)
getClassLoader
in interface org.jboss.weld.serialization.spi.ProxyServices
public Class<?> loadBeanClass(String className)
loadBeanClass
in interface org.jboss.weld.serialization.spi.ProxyServices
public URL getResource(String name)
getResource
in interface org.jboss.weld.resources.spi.ResourceLoader
public Collection<URL> getResources(String name)
getResources
in interface org.jboss.weld.resources.spi.ResourceLoader
Copyright © 2019 The Apache Software Foundation. All rights reserved.