| org.eclipse.sisu.plexus.PlexusBeanManager |
Known Indirect Subclasses
|
Service that manages the lifecycle of Plexus beans.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Asks this manager to manage the given Plexus bean instance.
| |||||||||||
Asks this manager to manage the given bean property.
| |||||||||||
Decides whether instances of the given Plexus bean type should be reported to this manager.
| |||||||||||
Asks this manager to unmanage the given Plexus bean instance.
| |||||||||||
Asks this manager to unmanage all the Plexus bean instances it knows about.
| |||||||||||
Asks this manager to manage the given Plexus bean instance.
| bean | The Plexus bean instance |
|---|
true if the bean instance was managed; otherwise false
Asks this manager to manage the given bean property.
| property | The bean property |
|---|
null
Decides whether instances of the given Plexus bean type should be reported to this manager.
| clazz | The Plexus bean type |
|---|
true if instances of the bean should be reported; otherwise false
Asks this manager to unmanage the given Plexus bean instance.
| bean | The Plexus bean instance |
|---|
true if the bean instance was unmanaged; otherwise false
Asks this manager to unmanage all the Plexus bean instances it knows about.
true if any bean instances were unmanaged; otherwise false