|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlexusBeanMetadata
Supplies metadata associated with a particular Plexus bean implementation.
| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
boolean isEmpty()
true if there is no more metadata; otherwise falseorg.codehaus.plexus.component.annotations.Configuration getConfiguration(BeanProperty<?> property)
Configuration metadata for the given property of the Plexus bean.
property - The bean property
null 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 property
null if no such metadata is available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||