Class 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
    • Constructor Detail

      • MojoAnnotationScannerWrapper

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

      • 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 org.apache.maven.tools.plugin.extractor.ExtractionException
        Specified by:
        scan in interface org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner
        Throws:
        org.apache.maven.tools.plugin.extractor.ExtractionException
      • setSourceDirectories

        public void setSourceDirectories​(FileCollection sourceDirectories)
      • setClassesDirectories

        public void setClassesDirectories​(FileCollection classesDirectories)