Class MojoAnnotationScannerWrapper

  • All Implemented Interfaces:
    org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner

    public class MojoAnnotationScannerWrapper
    extends java.lang.Object
    implements org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner
    • Field Summary

      • Fields inherited from interface org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner

        CLASS_LEVEL_ANNOTATIONS, FIELD_LEVEL_ANNOTATIONS, METHOD_LEVEL_ANNOTATIONS, ROLE
    • Constructor Summary

      Constructors 
      Constructor Description
      MojoAnnotationScannerWrapper​(org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass> scan​(org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest request)  
      void setClassesDirectories​(FileCollection classesDirectories)  
      void setSourceDirectories​(FileCollection sourceDirectories)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MojoAnnotationScannerWrapper

        public MojoAnnotationScannerWrapper​(org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner delegate)
    • Method Detail

      • scan

        public java.util.Map<java.lang.String,​org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass> scan​(org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest request)
                                                                                                                                  throws ExtractionException
        Specified by:
        scan in interface org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner
        Throws:
        ExtractionException
      • setSourceDirectories

        public void setSourceDirectories​(FileCollection sourceDirectories)
      • setClassesDirectories

        public void setClassesDirectories​(FileCollection classesDirectories)