Uses of Class
org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
-
-
Uses of MojoAnnotatedClass in org.apache.maven.tools.plugin.extractor.annotations
Methods in org.apache.maven.tools.plugin.extractor.annotations that return types with arguments of type MojoAnnotatedClass Modifier and Type Method Description private java.util.Map<java.lang.String,MojoAnnotatedClass>JavaAnnotationsMojoDescriptorExtractor. scanAnnotations(PluginToolsRequest request)Methods in org.apache.maven.tools.plugin.extractor.annotations with parameters of type MojoAnnotatedClass Modifier and Type Method Description protected ExecuteAnnotationContentJavaAnnotationsMojoDescriptorExtractor. findExecuteInParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)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)protected java.util.List<ParameterAnnotationContent>JavaAnnotationsMojoDescriptorExtractor. getParametersParent(MojoAnnotatedClass mojoAnnotatedClass, java.util.List<ParameterAnnotationContent> parameterAnnotationContents, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)protected java.util.Map<java.lang.String,ParameterAnnotationContent>JavaAnnotationsMojoDescriptorExtractor. getParametersParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, java.util.Map<java.lang.String,ParameterAnnotationContent> parameters, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)private booleanJavaAnnotationsMojoDescriptorExtractor. isMojoAnnnotatedClassCandidate(MojoAnnotatedClass mojoAnnotatedClass)Method parameters in org.apache.maven.tools.plugin.extractor.annotations with type arguments of type MojoAnnotatedClass Modifier and Type Method Description protected ExecuteAnnotationContentJavaAnnotationsMojoDescriptorExtractor. findExecuteInParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)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.List<ParameterAnnotationContent>JavaAnnotationsMojoDescriptorExtractor. getParametersParent(MojoAnnotatedClass mojoAnnotatedClass, java.util.List<ParameterAnnotationContent> parameterAnnotationContents, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)protected voidJavaAnnotationsMojoDescriptorExtractor. populateDataFromJavadoc(java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses, java.util.Map<java.lang.String,com.thoughtworks.qdox.model.JavaClass> javaClassesMap)from sources scan to get @since and @deprecated and description of classes and fields.private java.util.Map<java.lang.String,com.thoughtworks.qdox.model.JavaClass>JavaAnnotationsMojoDescriptorExtractor. scanJavadoc(PluginToolsRequest request, java.util.Collection<MojoAnnotatedClass> mojoAnnotatedClasses)private java.util.List<org.apache.maven.plugin.descriptor.MojoDescriptor>JavaAnnotationsMojoDescriptorExtractor. toMojoDescriptors(java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) -
Uses of MojoAnnotatedClass in org.apache.maven.tools.plugin.extractor.annotations.scanner
Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner that return MojoAnnotatedClass Modifier and Type Method Description MojoAnnotatedClassMojoAnnotatedClass. setClassName(java.lang.String className)MojoAnnotatedClassMojoAnnotatedClass. setComponents(java.util.Map<java.lang.String,ComponentAnnotationContent> components)MojoAnnotatedClassMojoAnnotatedClass. setExecute(ExecuteAnnotationContent execute)MojoAnnotatedClassMojoAnnotatedClass. setMojo(MojoAnnotationContent mojo)MojoAnnotatedClassMojoAnnotatedClass. setParameters(java.util.Map<java.lang.String,ParameterAnnotationContent> parameters)MojoAnnotatedClassMojoAnnotatedClass. setParentClassName(java.lang.String parentClassName)Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner that return types with arguments of type MojoAnnotatedClass Modifier and Type Method Description java.util.Map<java.lang.String,MojoAnnotatedClass>DefaultMojoAnnotationsScanner. scan(MojoAnnotationsScannerRequest request)java.util.Map<java.lang.String,MojoAnnotatedClass>MojoAnnotationsScanner. scan(MojoAnnotationsScannerRequest request)Scan classes for mojo annotations.protected java.util.Map<java.lang.String,MojoAnnotatedClass>DefaultMojoAnnotationsScanner. scanArchive(java.io.File archiveFile, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo)protected java.util.Map<java.lang.String,MojoAnnotatedClass>DefaultMojoAnnotationsScanner. scanDirectory(java.io.File classDirectory, java.util.List<java.lang.String> includePatterns, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo)Method parameters in org.apache.maven.tools.plugin.extractor.annotations.scanner with type arguments of type MojoAnnotatedClass Modifier and Type Method Description private voidDefaultMojoAnnotationsScanner. analyzeClassStream(java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses, java.io.InputStream is, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo, java.lang.String source, java.lang.String file)protected voidDefaultMojoAnnotationsScanner. scan(java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses, java.io.File source, java.util.List<java.lang.String> includePatterns, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo) -
Uses of MojoAnnotatedClass in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors
Fields in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors declared as MojoAnnotatedClass Modifier and Type Field Description private MojoAnnotatedClassMojoClassVisitor. mojoAnnotatedClassMethods in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors that return MojoAnnotatedClass Modifier and Type Method Description MojoAnnotatedClassMojoClassVisitor. getMojoAnnotatedClass()Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors with parameters of type MojoAnnotatedClass Modifier and Type Method Description voidMojoClassVisitor. setMojoAnnotatedClass(MojoAnnotatedClass mojoAnnotatedClass)
-