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 void
AbstractScriptedMojoDescriptorExtractor.copyScriptsToOutputDirectory
(Map<String, Set<File>> scriptFilesKeyedByBasedir, String outputDirectory, PluginToolsRequest request) List<org.apache.maven.plugin.descriptor.MojoDescriptor>
AbstractScriptedMojoDescriptorExtractor.execute
(PluginToolsRequest request) 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) Should be implemented in the sub classes.protected List<org.apache.maven.plugin.descriptor.MojoDescriptor>
AbstractScriptedMojoDescriptorExtractor.extractMojoDescriptorsFromMetadata
(Map<String, Set<File>> metadataFilesByBasedir, PluginToolsRequest request) 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 TypeMethodDescriptionJavaAnnotationsMojoDescriptorExtractor.discoverClassesFromSourcesJar
(org.apache.maven.artifact.Artifact artifact, PluginToolsRequest request, String classifier) List<org.apache.maven.plugin.descriptor.MojoDescriptor>
JavaAnnotationsMojoDescriptorExtractor.execute
(PluginToolsRequest request) private Map<String,
MojoAnnotatedClass> JavaAnnotationsMojoDescriptorExtractor.scanAnnotations
(PluginToolsRequest request) JavaAnnotationsMojoDescriptorExtractor.scanJavadoc
(PluginToolsRequest request, Collection<MojoAnnotatedClass> mojoAnnotatedClasses) -
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 TypeMethodDescriptionprivate void
DefaultMojoAnnotationsScanner.analyzeClassStream
(Map<String, MojoAnnotatedClass> mojoAnnotatedClasses, InputStream is, org.apache.maven.artifact.Artifact artifact, boolean excludeMojo, String source, String file) protected void
DefaultMojoAnnotationsScanner.analyzeVisitors
(MojoClassVisitor mojoClassVisitor) protected void
DefaultMojoAnnotationsScanner.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.extractor.javadoc
Methods in org.apache.maven.tools.plugin.extractor.javadoc that throw ExtractionExceptionModifier and TypeMethodDescriptionList<org.apache.maven.plugin.descriptor.MojoDescriptor>
JavaJavadocMojoDescriptorExtractor.execute
(PluginToolsRequest request) Execute the mojo extraction. -
Uses of ExtractionException in org.apache.maven.tools.plugin.scanner
Methods in org.apache.maven.tools.plugin.scanner that throw ExtractionExceptionModifier and TypeMethodDescriptionvoid
DefaultMojoScanner.populatePluginDescriptor
(PluginToolsRequest request) void
MojoScanner.populatePluginDescriptor
(PluginToolsRequest request)