Class MojoAnnotationScannerWrapper

java.lang.Object
io.freefair.gradle.plugins.maven.plugin.wrappers.MojoAnnotationScannerWrapper
All Implemented Interfaces:
org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner

public class MojoAnnotationScannerWrapper extends 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

    Modifier and Type
    Method
    Description
    Map<String,org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass>
    scan(org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest request)
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

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

    • MojoAnnotationScannerWrapper

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

    • scan

      public Map<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)