Uses of Interface
org.sonatype.guice.bean.inject.PropertyBinding

Packages that use PropertyBinding
org.codehaus.plexus   
org.sonatype.guice.bean.inject Custom bean injection. 
org.sonatype.guice.plexus.binders   
org.sonatype.guice.plexus.lifecycles   
 

Uses of PropertyBinding in org.codehaus.plexus
 

Methods in org.codehaus.plexus that return PropertyBinding
 PropertyBinding PlexusLifecycleManager.manage(BeanProperty property)
           
 

Uses of PropertyBinding in org.sonatype.guice.bean.inject
 

Fields in org.sonatype.guice.bean.inject declared as PropertyBinding
static PropertyBinding PropertyBinder.LAST_BINDING
          Binders may return LAST_BINDING to indicate they are done binding a bean.
 

Methods in org.sonatype.guice.bean.inject that return PropertyBinding
<T> PropertyBinding
PropertyBinder.bindProperty(BeanProperty<T> property)
          Returns the appropriate PropertyBinding for the given bean property.
 

Uses of PropertyBinding in org.sonatype.guice.plexus.binders
 

Methods in org.sonatype.guice.plexus.binders that return PropertyBinding
 PropertyBinding PlexusBeanManager.manage(BeanProperty<?> property)
          Decides whether the given bean property will be managed by this manager.
 

Uses of PropertyBinding in org.sonatype.guice.plexus.lifecycles
 

Methods in org.sonatype.guice.plexus.lifecycles that return PropertyBinding
 PropertyBinding PlexusLifecycleManager.manage(BeanProperty property)
           
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.