Uses of Class
org.apache.maven.tools.plugin.extractor.ExtractionException
Packages that use ExtractionException
Package
Description
-
Uses of ExtractionException in org.apache.maven.tools.plugin.extractor
Methods in org.apache.maven.tools.plugin.extractor that throw ExtractionExceptionModifier and TypeMethodDescriptionprotected 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 ExtractionExceptionModifier and TypeMethodDescriptionList<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 ExtractionExceptionModifier and TypeMethodDescriptionprotected voidDefaultMojoAnnotationsScanner.analyzeVisitors(MojoClassVisitor mojoClassVisitor) protected voidDefaultMojoAnnotationsScanner.scan(Map<String, MojoAnnotatedClass> mojoAnnotatedClasses, File source, List<String> includePatterns, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo) DefaultMojoAnnotationsScanner.scan(MojoAnnotationsScannerRequest request) 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.scanner
Methods in org.apache.maven.tools.plugin.scanner that throw ExtractionExceptionModifier and TypeMethodDescriptionvoidDefaultMojoScanner.populatePluginDescriptor(PluginToolsRequest request) voidMojoScanner.populatePluginDescriptor(PluginToolsRequest request)