Package org.jboss.weld.bootstrap
Class MissingDependenciesRegistry
java.lang.Object
org.jboss.weld.bootstrap.api.helpers.AbstractBootstrapService
org.jboss.weld.bootstrap.MissingDependenciesRegistry
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.BootstrapService,org.jboss.weld.bootstrap.api.Service
public class MissingDependenciesRegistry
extends org.jboss.weld.bootstrap.api.helpers.AbstractBootstrapService
Holds information about classes that have missing dependencies (class X references class Y and class Y is not
on classpath).
- Author:
- Marko Luksa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetMissingDependencyForClass(String className) voidhandleResourceLoadingException(String className, Throwable e) voidregisterClassWithMissingDependency(String className, String missingClassName) Methods inherited from class org.jboss.weld.bootstrap.api.helpers.AbstractBootstrapService
cleanup
-
Constructor Details
-
MissingDependenciesRegistry
public MissingDependenciesRegistry()
-
-
Method Details
-
registerClassWithMissingDependency
-
handleResourceLoadingException
-
getMissingDependencyForClass
-
cleanupAfterBoot
public void cleanupAfterBoot()
-