Uses of Class
org.codehaus.plexus.component.reloading.ComponentReloadingException
-
Packages that use ComponentReloadingException Package Description org.codehaus.plexus.component.reloading -
-
Uses of ComponentReloadingException in org.codehaus.plexus.component.reloading
Methods in org.codehaus.plexus.component.reloading that throw ComponentReloadingException Modifier and Type Method Description booleanComponentReloadingStrategy. shouldReload(java.lang.String role, java.lang.String roleHint, PlexusContainer container)Returns true if the given role/role-hint in the container should be reloaded.booleanComponentReloadingStrategy. shouldReload(java.lang.String role, PlexusContainer container)Returns true if the given role in the container should be reloaded.
-