|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.guice.plexus.scanners.PlexusAnnotatedMetadata
public final class PlexusAnnotatedMetadata
Runtime PlexusBeanMetadata based on BeanProperty annotations.
| Constructor Summary | |
|---|---|
PlexusAnnotatedMetadata(Map<?,?> variables)
Provides runtime Plexus metadata based on simple property annotations. |
|
| 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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlexusAnnotatedMetadata(Map<?,?> variables)
variables - The filter variables| Method Detail |
|---|
public boolean isEmpty()
isEmpty in interface PlexusBeanMetadatatrue if there is no more metadata; otherwise falsepublic org.codehaus.plexus.component.annotations.Configuration getConfiguration(BeanProperty<?> property)
PlexusBeanMetadataConfiguration metadata for the given property of the Plexus bean.
getConfiguration in interface PlexusBeanMetadataproperty - The bean property
null if no such metadata is availablepublic org.codehaus.plexus.component.annotations.Requirement getRequirement(BeanProperty<?> property)
PlexusBeanMetadataRequirement metadata for the given property of the Plexus bean.
getRequirement in interface PlexusBeanMetadataproperty - 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 | |||||||||