Package | Description |
---|---|
org.codehaus.plexus | |
org.sonatype.guice.bean.inject |
Custom bean injection.
|
org.sonatype.guice.plexus.binders | |
org.sonatype.guice.plexus.lifecycles |
Modifier and Type | Method and Description |
---|---|
PropertyBinding |
PlexusLifecycleManager.manage(BeanProperty property) |
Modifier and Type | Field and Description |
---|---|
static PropertyBinding |
PropertyBinder.LAST_BINDING
Binders may return
LAST_BINDING to indicate they are done binding a bean. |
Modifier and Type | Method and Description |
---|---|
<T> PropertyBinding |
PropertyBinder.bindProperty(BeanProperty<T> property)
Returns the appropriate
PropertyBinding for the given bean property. |
Modifier and Type | Method and Description |
---|---|
PropertyBinding |
PlexusBeanManager.manage(BeanProperty<?> property)
Asks this manager to manage the given bean property.
|
Modifier and Type | Method and Description |
---|---|
PropertyBinding |
PlexusLifecycleManager.manage(BeanProperty property) |
Copyright © 2010-2017 Sonatype, Inc.. All Rights Reserved.