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 
- 
- 
Constructor SummaryConstructors Constructor Description MojoAnnotationScannerWrapper(org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods 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)voidsetClassesDirectories(FileCollection classesDirectories)voidsetSourceDirectories(FileCollection sourceDirectories)
 
- 
- 
- 
Method Detail- 
scanpublic 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:
- scanin interface- org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner
- Throws:
- org.apache.maven.tools.plugin.extractor.ExtractionException
 
 - 
setSourceDirectoriespublic void setSourceDirectories(FileCollection sourceDirectories) 
 - 
setClassesDirectoriespublic void setClassesDirectories(FileCollection classesDirectories) 
 
- 
 
-