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 Details

    • WeldClassFileServices

      public WeldClassFileServices(org.jboss.as.server.deployment.annotation.CompositeIndex index, ClassLoader moduleClassLoader)
      Parameters:
      index -
  • Method Details

    • getClassFileInfo

      public org.jboss.weld.resources.spi.ClassFileInfo getClassFileInfo(String className)
      Specified by:
      getClassFileInfo in interface org.jboss.weld.resources.spi.ClassFileServices
    • cleanupAfterBoot

      public void cleanupAfterBoot()
      Specified by:
      cleanupAfterBoot in interface org.jboss.weld.bootstrap.api.BootstrapService
    • cleanup

      public void cleanup()
      Specified by:
      cleanup in interface org.jboss.weld.bootstrap.api.Service