Package | Description |
---|---|
org.eclipse.sisu.bean |
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
|
org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
Modifier and Type | Method and Description |
---|---|
Iterator<BeanProperty<Object>> |
BeanProperties.iterator() |
Modifier and Type | Method and Description |
---|---|
<T> PropertyBinding |
PropertyBinder.bindProperty(BeanProperty<T> property)
Returns the appropriate
PropertyBinding for the given bean property. |
PropertyBinding |
LifecycleManager.manage(BeanProperty<?> property) |
PropertyBinding |
BeanManager.manage(BeanProperty<?> property)
Asks this manager to manage the given bean property.
|
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.component.annotations.Configuration |
PlexusBeanMetadata.getConfiguration(BeanProperty<?> property)
Returns @
Configuration metadata for the given property of the Plexus bean. |
org.codehaus.plexus.component.annotations.Configuration |
PlexusAnnotatedMetadata.getConfiguration(BeanProperty<?> property) |
org.codehaus.plexus.component.annotations.Requirement |
PlexusBeanMetadata.getRequirement(BeanProperty<?> property)
Returns @
Requirement metadata for the given property of the Plexus bean. |
org.codehaus.plexus.component.annotations.Requirement |
PlexusAnnotatedMetadata.getRequirement(BeanProperty<?> property) |
PropertyBinding |
PlexusLifecycleManager.manage(BeanProperty property) |
Copyright © 2017. All rights reserved.