Package | Description |
---|---|
org.codehaus.plexus | |
org.sonatype.guice.bean.inject |
Custom bean injection.
|
org.sonatype.guice.bean.reflect |
Bean reflection and introspection.
|
org.sonatype.guice.plexus.binders | |
org.sonatype.guice.plexus.config | |
org.sonatype.guice.plexus.lifecycles | |
org.sonatype.guice.plexus.scanners |
Modifier and Type | Method and Description |
---|---|
PropertyBinding |
PlexusLifecycleManager.manage(BeanProperty property) |
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 |
---|---|
Iterator<BeanProperty<Object>> |
BeanProperties.iterator() |
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 |
---|---|
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.Requirement |
PlexusBeanMetadata.getRequirement(BeanProperty<?> property)
Returns @
Requirement metadata for the given property of the Plexus bean. |
Modifier and Type | Method and Description |
---|---|
PropertyBinding |
PlexusLifecycleManager.manage(BeanProperty property) |
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.component.annotations.Configuration |
PlexusAnnotatedMetadata.getConfiguration(BeanProperty<?> property) |
org.codehaus.plexus.component.annotations.Requirement |
PlexusAnnotatedMetadata.getRequirement(BeanProperty<?> property) |
Copyright © 2010-2017 Sonatype, Inc.. All Rights Reserved.