Package org.jboss.as.weld.discovery
Class WeldClassFileServices
java.lang.Object
org.jboss.as.weld.discovery.WeldClassFileServices
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.BootstrapService,org.jboss.weld.bootstrap.api.Service,org.jboss.weld.resources.spi.ClassFileServices
public class WeldClassFileServices
extends Object
implements org.jboss.weld.resources.spi.ClassFileServices
- Author:
- Martin Kouba
-
Constructor Summary
ConstructorsConstructorDescriptionWeldClassFileServices(org.jboss.as.server.deployment.annotation.CompositeIndex index, ClassLoader moduleClassLoader) -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidorg.jboss.weld.resources.spi.ClassFileInfogetClassFileInfo(String className)
-
Constructor Details
-
WeldClassFileServices
public WeldClassFileServices(org.jboss.as.server.deployment.annotation.CompositeIndex index, ClassLoader moduleClassLoader) - Parameters:
index-
-
-
Method Details
-
getClassFileInfo
- Specified by:
getClassFileInfoin interfaceorg.jboss.weld.resources.spi.ClassFileServices
-
cleanupAfterBoot
public void cleanupAfterBoot()- Specified by:
cleanupAfterBootin interfaceorg.jboss.weld.bootstrap.api.BootstrapService
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-