public interface PlexusBeanManager
| Modifier and Type | Method and Description |
|---|---|
PropertyBinding |
manage(BeanProperty<?> property)
Decides whether the given bean property will be managed by this manager.
|
boolean |
manage(Class<?> clazz)
Decides whether instances of the given Plexus bean type should be reported to this manager.
|
boolean |
manage(Object bean)
Decides whether the given Plexus bean instance will be managed by this manager.
|
boolean |
unmanage()
Tells this manager to unmanage all the Plexus bean instances it knows about.
|
boolean |
unmanage(Object bean)
Tells this manager to unmanage the given Plexus bean instance.
|
boolean manage(Class<?> clazz)
clazz - The Plexus bean typetrue if instances of the bean should be reported; otherwise falsePropertyBinding manage(BeanProperty<?> property)
property - The bean propertynullboolean manage(Object bean)
bean - The Plexus bean instancetrue if the bean instance will be managed; otherwise falseboolean unmanage(Object bean)
bean - The Plexus bean instancetrue if the bean instance was unmanaged; otherwise falseboolean unmanage()
true if any bean instances were unmanaged; otherwise falseCopyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.