A C D E F G I M O P R S T W

A

AbstractScriptedMojoDescriptorExtractor - class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor.
 
AbstractScriptedMojoDescriptorExtractor() - Constructor for class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
 

C

copyScriptsToOutputDirectory(Map, String, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
 

D

DefaultMojoScanner - class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner.
 
DefaultMojoScanner(Map) - Constructor for class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
Default constructor
DefaultMojoScanner() - Constructor for class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
Empty constructor
DefaultPluginToolsRequest - class org.apache.maven.tools.plugin.DefaultPluginToolsRequest.
Default implementation of PluginToolsRequest, which is used to pass parameters to components used to extract MojoDescriptor instances from different types of metadata for a given plugin.
DefaultPluginToolsRequest(MavenProject, PluginDescriptor) - Constructor for class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
 

E

ExtractionException - exception org.apache.maven.tools.plugin.extractor.ExtractionException.
Wrap errors when extraction exception occurred.
ExtractionException(String, Throwable) - Constructor for class org.apache.maven.tools.plugin.extractor.ExtractionException
 
ExtractionException(String) - Constructor for class org.apache.maven.tools.plugin.extractor.ExtractionException
 
element(XMLWriter, String, String) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
 
execute(MavenProject, PluginDescriptor) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
Execute the mojo extraction.
execute(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
Execute the mojo extraction.
execute(MavenProject, PluginDescriptor) - Method in interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
Deprecated. Use MojoDescriptorExtractor.execute(PluginToolsRequest) instead. Provided for backward compatibility with maven-plugin-plugin < 2.5.
execute(PluginToolsRequest) - Method in interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
Execute the mojo extraction.
execute(File, PluginDescriptor) - Method in interface org.apache.maven.tools.plugin.generator.Generator
Deprecated. Use Generator.execute(File, PluginToolsRequest) instead.
execute(File, PluginToolsRequest) - Method in interface org.apache.maven.tools.plugin.generator.Generator
Execute the generation for a given plugin descriptor.
execute(File, PluginDescriptor) - Method in class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
Execute the generation for a given plugin descriptor.
execute(File, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
Execute the generation for a given plugin descriptor.
execute(File, PluginDescriptor) - Method in class org.apache.maven.tools.plugin.generator.PluginHelpGenerator
Execute the generation for a given plugin descriptor.
execute(File, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.generator.PluginHelpGenerator
Execute the generation for a given plugin descriptor.
execute(File, PluginDescriptor) - Method in class org.apache.maven.tools.plugin.generator.PluginXdocGenerator
Execute the generation for a given plugin descriptor.
execute(File, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.generator.PluginXdocGenerator
Execute the generation for a given plugin descriptor.
extractMojoDescriptors(Map, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
Should be implemented in the sub classes.
extractMojoDescriptorsFromMetadata(Map, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
Should be implemented in the sub classes.

F

findSources(String, String) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
 
findSources(String, String, String) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
 

G

Generator - interface org.apache.maven.tools.plugin.generator.Generator.
Generate something, for instance a plugin report, from a plugin descriptor.
gatherFilesByBasedir(File, List, String, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
 
getActiveExtractors() - Method in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
Gets the name of the active extractors.
getEncoding() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
Gets the file encoding of the source files.
getEncoding() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
Gets the file encoding of the source files.
getMetadataFileExtension(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
Should be implemented in the sub classes.
getPluginDescriptor() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
Return the PluginDescriptor currently being populated as part of the build of the current plugin project.
getPluginDescriptor() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
Return the PluginDescriptor currently being populated as part of the build of the current plugin project.
getProject() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
Return the current MavenProject instance in use.
getProject() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
Return the current MavenProject instance in use.
getScriptFileExtension(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
 

I

isMavenReport(String, MavenProject) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
 

M

MojoDescriptorExtractor - interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor.
 
MojoScanner - interface org.apache.maven.tools.plugin.scanner.MojoScanner.
 
makeHtmlValid(String) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
Fixes some javadoc comment to become a valid XHTML snippet.

O

org.apache.maven.tools.plugin - package org.apache.maven.tools.plugin
 
org.apache.maven.tools.plugin.extractor - package org.apache.maven.tools.plugin.extractor
 
org.apache.maven.tools.plugin.generator - package org.apache.maven.tools.plugin.generator
 
org.apache.maven.tools.plugin.scanner - package org.apache.maven.tools.plugin.scanner
 
org.apache.maven.tools.plugin.util - package org.apache.maven.tools.plugin.util
 

P

PluginDescriptorGenerator - class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator.
 
PluginDescriptorGenerator() - Constructor for class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
 
PluginHelpGenerator - class org.apache.maven.tools.plugin.generator.PluginHelpGenerator.
Generates an HelpMojo class.
PluginHelpGenerator() - Constructor for class org.apache.maven.tools.plugin.generator.PluginHelpGenerator
Default constructor
PluginToolsRequest - interface org.apache.maven.tools.plugin.PluginToolsRequest.
Request that encapsulates all information relevant to the process of extracting MojoDescriptor instances from metadata for a certain type of mojo.
PluginUtils - class org.apache.maven.tools.plugin.util.PluginUtils.
Convenience methods to play with Maven plugins.
PluginXdocGenerator - class org.apache.maven.tools.plugin.generator.PluginXdocGenerator.
 
PluginXdocGenerator() - Constructor for class org.apache.maven.tools.plugin.generator.PluginXdocGenerator
Default constructor using Locale.ENGLISH as locale.
PluginXdocGenerator(MavenProject) - Constructor for class org.apache.maven.tools.plugin.generator.PluginXdocGenerator
Constructor using Locale.ENGLISH as locale.
PluginXdocGenerator(MavenProject, Locale) - Constructor for class org.apache.maven.tools.plugin.generator.PluginXdocGenerator
 
populatePluginDescriptor(MavenProject, PluginDescriptor) - Method in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
populatePluginDescriptor(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
populatePluginDescriptor(MavenProject, PluginDescriptor) - Method in interface org.apache.maven.tools.plugin.scanner.MojoScanner
Deprecated. Use MojoScanner.populatePluginDescriptor(PluginToolsRequest) instead. Provided for backward compatibility with maven-plugin-plugin < 2.5.
populatePluginDescriptor(PluginToolsRequest) - Method in interface org.apache.maven.tools.plugin.scanner.MojoScanner
 
processMojoDescriptor(MojoDescriptor, XMLWriter) - Method in class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
 
processMojoDescriptor(MojoDescriptor, File) - Method in class org.apache.maven.tools.plugin.generator.PluginXdocGenerator
 

R

ROLE - Static variable in interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
Plexus role for lookup
ROLE - Static variable in interface org.apache.maven.tools.plugin.scanner.MojoScanner
Plexus role for lookup

S

setActiveExtractors(Set) - Method in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
Sets the active extractors.

Only the specified extractors will be used, all others will be skipped.

setActiveExtractors(Set) - Method in interface org.apache.maven.tools.plugin.scanner.MojoScanner
Sets the active extractors.
setEncoding(String) - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
Sets the file encoding of the source files.
setEncoding(String) - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
Sets the file encoding of the source files.
setPluginDescriptor(PluginDescriptor) - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
setPluginDescriptor(PluginDescriptor) - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
 
setProject(MavenProject) - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
setProject(MavenProject) - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
 
sortMojoParameters(List) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
Sorts the specified mojo parameters by name.
sortMojos(List) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
Sorts the specified mojo descriptors by goal name.

T

toComponentDependencies(List) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
 
toText(String) - Static method in class org.apache.maven.tools.plugin.generator.PluginHelpGenerator
Deprecated. since 2.4.3, using toText(String) instead of.
toText(String) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
Converts a HTML fragment as extracted from a javadoc comment to a plain text string.

W

writeDependencies(XMLWriter, PluginDescriptor) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
 

A C D E F G I M O P R S T W

Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.