Uses of Class
org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotatedClass

Packages that use MojoAnnotatedClass
org.apache.maven.tools.plugin.annotations   
org.apache.maven.tools.plugin.annotations.scanner   
org.apache.maven.tools.plugin.annotations.scanner.visitors   
 

Uses of MojoAnnotatedClass in org.apache.maven.tools.plugin.annotations
 

Methods in org.apache.maven.tools.plugin.annotations with parameters of type MojoAnnotatedClass
protected  ExecuteAnnotationContent JavaAnnotationsMojoDescriptorExtractor.findExecuteInParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  List<ComponentAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getComponentParent(MojoAnnotatedClass mojoAnnotatedClass, List<ComponentAnnotationContent> componentAnnotationContents, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  Map<String,ComponentAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getComponentsParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, Map<String,ComponentAnnotationContent> components, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  List<ParameterAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getParametersParent(MojoAnnotatedClass mojoAnnotatedClass, List<ParameterAnnotationContent> parameterAnnotationContents, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  Map<String,ParameterAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getParametersParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, Map<String,ParameterAnnotationContent> parameters, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
 

Method parameters in org.apache.maven.tools.plugin.annotations with type arguments of type MojoAnnotatedClass
protected  ExecuteAnnotationContent JavaAnnotationsMojoDescriptorExtractor.findExecuteInParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  List<ComponentAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getComponentParent(MojoAnnotatedClass mojoAnnotatedClass, List<ComponentAnnotationContent> componentAnnotationContents, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  Map<String,ComponentAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getComponentsParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, Map<String,ComponentAnnotationContent> components, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  List<ParameterAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getParametersParent(MojoAnnotatedClass mojoAnnotatedClass, List<ParameterAnnotationContent> parameterAnnotationContents, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  Map<String,ParameterAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getParametersParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, Map<String,ParameterAnnotationContent> parameters, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses)
           
protected  void JavaAnnotationsMojoDescriptorExtractor.populateDataFromJavadoc(Map<String,MojoAnnotatedClass> mojoAnnotatedClasses, Map<String,com.thoughtworks.qdox.model.JavaClass> javaClassesMap)
          from sources scan to get @since and @deprecated and description of classes and fields.
 

Uses of MojoAnnotatedClass in org.apache.maven.tools.plugin.annotations.scanner
 

Methods in org.apache.maven.tools.plugin.annotations.scanner that return MojoAnnotatedClass
 MojoAnnotatedClass MojoAnnotatedClass.setClassName(String className)
           
 MojoAnnotatedClass MojoAnnotatedClass.setComponents(Map<String,ComponentAnnotationContent> components)
           
 MojoAnnotatedClass MojoAnnotatedClass.setExecute(ExecuteAnnotationContent execute)
           
 MojoAnnotatedClass MojoAnnotatedClass.setMojo(MojoAnnotationContent mojo)
           
 MojoAnnotatedClass MojoAnnotatedClass.setParameters(Map<String,ParameterAnnotationContent> parameters)
           
 MojoAnnotatedClass MojoAnnotatedClass.setParentClassName(String parentClassName)
           
 

Methods in org.apache.maven.tools.plugin.annotations.scanner that return types with arguments of type MojoAnnotatedClass
 Map<String,MojoAnnotatedClass> DefaultMojoAnnotationsScanner.scan(MojoAnnotationsScannerRequest request)
           
 Map<String,MojoAnnotatedClass> MojoAnnotationsScanner.scan(MojoAnnotationsScannerRequest request)
           
protected  Map<String,MojoAnnotatedClass> DefaultMojoAnnotationsScanner.scanDirectory(File classDirectory, List<String> includePatterns, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo)
           
protected  Map<String,MojoAnnotatedClass> DefaultMojoAnnotationsScanner.scanFile(File archiveFile, List<String> includePatterns, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo)
           
 

Uses of MojoAnnotatedClass in org.apache.maven.tools.plugin.annotations.scanner.visitors
 

Methods in org.apache.maven.tools.plugin.annotations.scanner.visitors that return MojoAnnotatedClass
 MojoAnnotatedClass MojoClassVisitor.getMojoAnnotatedClass()
           
 

Methods in org.apache.maven.tools.plugin.annotations.scanner.visitors with parameters of type MojoAnnotatedClass
 void MojoClassVisitor.setMojoAnnotatedClass(MojoAnnotatedClass mojoAnnotatedClass)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.