public interface PlexusBeanMetadata
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.component.annotations.Configuration |
getConfiguration(BeanProperty<?> property)
Returns @
Configuration metadata for the given property of the Plexus bean. |
org.codehaus.plexus.component.annotations.Requirement |
getRequirement(BeanProperty<?> property)
Returns @
Requirement metadata for the given property of the Plexus bean. |
boolean |
isEmpty() |
boolean isEmpty()
true
if there is no more metadata; otherwise false
org.codehaus.plexus.component.annotations.Configuration getConfiguration(BeanProperty<?> property)
Configuration
metadata for the given property of the Plexus bean.property
- The bean propertynull
if no such metadata is availableorg.codehaus.plexus.component.annotations.Requirement getRequirement(BeanProperty<?> property)
Requirement
metadata for the given property of the Plexus bean.property
- The bean propertynull
if no such metadata is availableCopyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.