Package | Description |
---|---|
org.codehaus.plexus.component.reloading |
Provides tools for defining what Plexus should do when reloading a component.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentReloadingStrategy.shouldReload(String role,
PlexusContainer container)
Returns true if the given role in the container should be reloaded.
|
boolean |
ComponentReloadingStrategy.shouldReload(String role,
String roleHint,
PlexusContainer container)
Returns true if the given role/role-hint in the container should be
reloaded.
|
Copyright © 2019. All rights reserved.