| Package | Description |
|---|---|
| org.apache.maven.tools.plugin.extractor.annotations | |
| org.apache.maven.tools.plugin.extractor.annotations.scanner |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ComponentAnnotationContent> |
JavaAnnotationsMojoDescriptorExtractor.getComponentParent(MojoAnnotatedClass mojoAnnotatedClass,
java.util.List<ComponentAnnotationContent> componentAnnotationContents,
java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses) |
protected java.util.Map<java.lang.String,ComponentAnnotationContent> |
JavaAnnotationsMojoDescriptorExtractor.getComponentsParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass,
java.util.Map<java.lang.String,ComponentAnnotationContent> components,
java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ComponentAnnotationContent> |
JavaAnnotationsMojoDescriptorExtractor.getComponentParent(MojoAnnotatedClass mojoAnnotatedClass,
java.util.List<ComponentAnnotationContent> componentAnnotationContents,
java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses) |
protected java.util.Map<java.lang.String,ComponentAnnotationContent> |
JavaAnnotationsMojoDescriptorExtractor.getComponentsParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass,
java.util.Map<java.lang.String,ComponentAnnotationContent> components,
java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,ComponentAnnotationContent> |
MojoAnnotatedClass.components
key is field name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ComponentAnnotationContent> |
MojoAnnotatedClass.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
MojoAnnotatedClass |
MojoAnnotatedClass.setComponents(java.util.Map<java.lang.String,ComponentAnnotationContent> components) |