Uses of Class
org.apache.maven.tools.plugin.extractor.ExtractionException
-
-
Uses of ExtractionException in org.apache.maven.tools.plugin.extractor
Methods in org.apache.maven.tools.plugin.extractor that throw ExtractionException Modifier and Type Method Description protected voidAbstractScriptedMojoDescriptorExtractor. copyScriptsToOutputDirectory(Map<String,Set<File>> scriptFilesKeyedByBasedir, String outputDirectory, PluginToolsRequest request)Deprecated.List<org.apache.maven.plugin.descriptor.MojoDescriptor>AbstractScriptedMojoDescriptorExtractor. execute(PluginToolsRequest request)Deprecated.Execute the mojo extraction.List<org.apache.maven.plugin.descriptor.MojoDescriptor>MojoDescriptorExtractor. execute(PluginToolsRequest request)Execute the mojo extraction.protected List<org.apache.maven.plugin.descriptor.MojoDescriptor>AbstractScriptedMojoDescriptorExtractor. extractMojoDescriptors(Map<String,Set<File>> scriptFilesKeyedByBasedir, PluginToolsRequest request)Deprecated.Should be implemented in the sub classes.protected List<org.apache.maven.plugin.descriptor.MojoDescriptor>AbstractScriptedMojoDescriptorExtractor. extractMojoDescriptorsFromMetadata(Map<String,Set<File>> metadataFilesByBasedir, PluginToolsRequest request)Deprecated.Should be implemented in the sub classes. -
Uses of ExtractionException in org.apache.maven.tools.plugin.extractor.annotations
Methods in org.apache.maven.tools.plugin.extractor.annotations that throw ExtractionException Modifier and Type Method Description List<org.apache.maven.plugin.descriptor.MojoDescriptor>JavaAnnotationsMojoDescriptorExtractor. execute(PluginToolsRequest request)protected voidJavaAnnotationsMojoDescriptorExtractor. extendJavaProjectBuilderWithSourcesJar(com.thoughtworks.qdox.JavaProjectBuilder builder, org.apache.maven.artifact.Artifact artifact, PluginToolsRequest request, String classifier) -
Uses of ExtractionException in org.apache.maven.tools.plugin.extractor.annotations.scanner
Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner that throw ExtractionException Modifier and Type Method Description protected voidDefaultMojoAnnotationsScanner. analyzeVisitors(MojoClassVisitor mojoClassVisitor)protected voidDefaultMojoAnnotationsScanner. scan(Map<String,MojoAnnotatedClass> mojoAnnotatedClasses, File source, List<String> includePatterns, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo)Map<String,MojoAnnotatedClass>DefaultMojoAnnotationsScanner. scan(MojoAnnotationsScannerRequest request)Map<String,MojoAnnotatedClass>MojoAnnotationsScanner. scan(MojoAnnotationsScannerRequest request)Scan classes for mojo annotations.protected Map<String,MojoAnnotatedClass>DefaultMojoAnnotationsScanner. scanArchive(File archiveFile, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo)protected Map<String,MojoAnnotatedClass>DefaultMojoAnnotationsScanner. scanDirectory(File classDirectory, List<String> includePatterns, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo) -
Uses of ExtractionException in org.apache.maven.tools.plugin.extractor.ant
Methods in org.apache.maven.tools.plugin.extractor.ant that throw ExtractionException Modifier and Type Method Description protected List<org.apache.maven.plugin.descriptor.MojoDescriptor>AntMojoDescriptorExtractor. extractMojoDescriptorsFromMetadata(Map<String,Set<File>> metadataFilesKeyedByBasedir, PluginToolsRequest request)Deprecated.Should be implemented in the sub classes. -
Uses of ExtractionException in org.apache.maven.tools.plugin.extractor.beanshell
Methods in org.apache.maven.tools.plugin.extractor.beanshell that throw ExtractionException Modifier and Type Method Description protected List<org.apache.maven.plugin.descriptor.MojoDescriptor>BeanshellMojoDescriptorExtractor. extractMojoDescriptors(Map<String,Set<File>> scriptFilesKeyedByBasedir, PluginToolsRequest request)Deprecated.Should be implemented in the sub classes. -
Uses of ExtractionException in org.apache.maven.tools.plugin.extractor.javadoc
Methods in org.apache.maven.tools.plugin.extractor.javadoc that throw ExtractionException Modifier and Type Method Description List<org.apache.maven.plugin.descriptor.MojoDescriptor>JavaJavadocMojoDescriptorExtractor. execute(PluginToolsRequest request) -
Uses of ExtractionException in org.apache.maven.tools.plugin.scanner
Methods in org.apache.maven.tools.plugin.scanner that throw ExtractionException Modifier and Type Method Description voidDefaultMojoScanner. populatePluginDescriptor(PluginToolsRequest request)voidMojoScanner. populatePluginDescriptor(PluginToolsRequest request)
-