|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Taglet for annotations specified at the Mojo parameter level.Taglet for Maven Mojo annotations.Taglet for annotations specified at the Mojo class level.AntPropertyHelper.AntPropertyHelper(ExpressionEvaluator, Set, Log) to resolve maven.dependency.* properties
MavenPluginManager.getConfiguredMojo(...)- COMPONENT -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- Populate the field with an instance of a Plexus component.
- COMPONENT -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.COMPONENT instead of.
- COMPONENT_ROLE -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- Refer to
@component role="..."
- COMPONENT_ROLE -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.COMPONENT_ROLE instead of.
- COMPONENT_ROLEHINT -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- Refer to
@component roleHint="..."
- COMPONENT_ROLEHINT -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.COMPONENT_ROLEHINT instead of.
- ComponentAnnotationContent - Class in org.apache.maven.tools.plugin.annotations.datamodel
-
- ComponentAnnotationContent(String) -
Constructor for class org.apache.maven.tools.plugin.annotations.datamodel.ComponentAnnotationContent
-
- ComponentAnnotationContent(String, String, String) -
Constructor for class org.apache.maven.tools.plugin.annotations.datamodel.ComponentAnnotationContent
-
- configurator() -
Method in class org.apache.maven.tools.plugin.annotations.datamodel.MojoAnnotationContent
-
- configurator(String) -
Method in class org.apache.maven.tools.plugin.annotations.datamodel.MojoAnnotationContent
-
- CONFIGURATOR -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- The configurator type to use when injecting parameter values into this Mojo.
- CONFIGURATOR -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.CONFIGURATOR instead of.
- copyScriptsToOutputDirectory(Map<String, Set<File>>, String, PluginToolsRequest) -
Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
-
- createGenerator() -
Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
- createGenerator() -
Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
-
- createGenerator() -
Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
-
- createGenerator() -
Method in class org.apache.maven.plugin.plugin.XdocGeneratorMojo
-
- createMojoDescriptor(JavaClass) -
Method in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
-
PluginToolsRequest, which is used to pass parameters to components used to extract
MojoDescriptor instances from different types of metadata for a given plugin.@deprecated <since-text>
JavaMojoAnnotation.DEPRECATED instead of.
@execute ...
- EXECUTE -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.EXECUTE instead of.
- execute(MavenProject, PluginDescriptor) -
Method in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Execute the mojo extraction.
- execute(PluginToolsRequest) -
Method in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- 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, PluginToolsRequest) -
Method in interface org.apache.maven.tools.plugin.generator.Generator
- 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, PluginToolsRequest) -
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.PluginXdocGenerator
- Execute the generation for a given plugin descriptor.
- EXECUTE_GOAL -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- The Mojo goal will be executed in isolation.
- EXECUTE_GOAL -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.EXECUTE_GOAL instead of.
- EXECUTE_LIFECYCLE -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- The Mojo will be invoked in a parallel lifecycle.
- EXECUTE_LIFECYCLE -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.EXECUTE_LIFECYCLE instead of.
- EXECUTE_PHASE -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- The Mojo will be invoked in a parallel lifecycle, ending at the given phase.
- EXECUTE_PHASE -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.EXECUTE_PHASE instead of.
- ExecuteAnnotationContent - Class in org.apache.maven.tools.plugin.annotations.datamodel
-
- ExecuteAnnotationContent() -
Constructor for class org.apache.maven.tools.plugin.annotations.datamodel.ExecuteAnnotationContent
-
- executeReport(Locale) -
Method in class org.apache.maven.plugin.plugin.PluginReport
-
- EXECUTION_STATEGY -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- Refer to
@executionStrategy <strategy>.
- executionStrategy() -
Method in class org.apache.maven.tools.plugin.annotations.datamodel.MojoAnnotationContent
-
- executionStrategy(String) -
Method in class org.apache.maven.tools.plugin.annotations.datamodel.MojoAnnotationContent
-
- ExtendedMojoDescriptor - Class in org.apache.maven.tools.plugin
-
- ExtendedMojoDescriptor() -
Constructor for class org.apache.maven.tools.plugin.ExtendedMojoDescriptor
-
- ExtractionException - Exception in org.apache.maven.tools.plugin.extractor
- Wrap errors when extraction exception occurred.
- ExtractionException(String, Throwable) -
Constructor for exception org.apache.maven.tools.plugin.extractor.ExtractionException
-
- ExtractionException(String) -
Constructor for exception org.apache.maven.tools.plugin.extractor.ExtractionException
-
- extractMojoDescriptors(Map<String, Set<File>>, PluginToolsRequest) -
Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
- Should be implemented in the sub classes.
- extractMojoDescriptors(Map<String, Set<File>>, PluginToolsRequest) -
Method in class org.apache.maven.tools.plugin.extractor.beanshell.BeanshellMojoDescriptorExtractor
- Should be implemented in the sub classes.
- extractMojoDescriptorsFromMetadata(Map<String, Set<File>>, PluginToolsRequest) -
Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
- Should be implemented in the sub classes.
- extractMojoDescriptorsFromMetadata(Map<String, Set<File>>, PluginToolsRequest) -
Method in class org.apache.maven.tools.plugin.extractor.ant.AntMojoDescriptorExtractor
- Should be implemented in the sub classes.
- extractors -
Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
- The role names of mojo extractors to use.
Artifact used in class path scanning for annotations
PluginDescriptor currently being populated as part of the build of the
current plugin project.
PluginDescriptor currently being populated as part of the build of the
current plugin project.
MavenProject instance in use.
MavenProject instance in use.
JavaMojoAnnotation.GOAL instead of.
JavaMojoAnnotation.DESCRIPTION instead of.
JavaMojoAnnotation.INHERIT_BY_DEFAULT instead of.
JavaMojoAnnotation.AGGREGATOR instead of.
JavaMojoAnnotation.MULTI_EXECUTION_STRATEGY instead of.
JavaMojoAnnotation.REQUIRES_DEPENDENCY_RESOLUTION instead of.
JavaMojoAnnotation.REQUIRES_DIRECT_INVOCATION instead of.
JavaMojoAnnotation.REQUIRES_ONLINE instead of.
JavaMojoAnnotation.REQUIRES_PROJECT instead of.
JavaMojoAnnotation.REQUIRES_REPORTS instead of.
HelpMojo class.@instantiationStrategy <per-lookup>.
JavaMojoAnnotation.INSTANTIATION_STRATEGY instead of.
@executionStrategy always instead
plugin.xml file will be put.
HelpMojo file will be put.
MavenPluginManager.getConfiguredMojo(...)- PARAMETER -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- Refer to
@parameter ...
- PARAMETER -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.PARAMETER instead of.
- PARAMETER_ALIAS -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- This defines an alias which can be used to configure a parameter.
- PARAMETER_ALIAS -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.PARAMETER_ALIAS instead of.
- PARAMETER_DEFAULT_VALUE -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- This defines the default value to be injected into this parameter of the Mojo at build time.
- PARAMETER_DEFAULT_VALUE -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.PARAMETER_DEFAULT_VALUE instead of.
- PARAMETER_EXPRESSION -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- Deprecated. use PARAMETER_PROPERTY instead
- PARAMETER_EXPRESSION -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.PARAMETER_EXPRESSION instead of.
- PARAMETER_IMPLEMENTATION -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- This defines the default implementation in the case the parameter type is an interface.
- PARAMETER_IMPLEMENTATION -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.PARAMETER_IMPLEMENTATION instead of.
- PARAMETER_PROPERTY -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- This defines the property used to calculate the value to be injected into this parameter of the
Mojo at build time, which can come from
-D execution, setting properties or pom properties.
- ParameterAnnotationContent - Class in org.apache.maven.tools.plugin.annotations.datamodel
-
- ParameterAnnotationContent(String, String) -
Constructor for class org.apache.maven.tools.plugin.annotations.datamodel.ParameterAnnotationContent
-
- ParameterAnnotationContent(String, String, String, String, boolean, boolean, String) -
Constructor for class org.apache.maven.tools.plugin.annotations.datamodel.ParameterAnnotationContent
-
- parseMojoDescriptors(File) -
Method in class org.apache.maven.plugin.tools.model.PluginMetadataParser
-
- phase() -
Method in class org.apache.maven.tools.plugin.annotations.datamodel.ExecuteAnnotationContent
-
- phase(String) -
Method in class org.apache.maven.tools.plugin.annotations.datamodel.ExecuteAnnotationContent
-
- PHASE -
Static variable in interface org.apache.maven.tools.plugin.extractor.java.JavaMojoAnnotation
- Refer to
@phase <phaseName>.
- PHASE -
Static variable in class org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor
- Deprecated. since 2.4, use
JavaMojoAnnotation.PHASE instead of.
- PluginDescriptorGenerator - Class in org.apache.maven.tools.plugin.generator
- Generate a Maven Plugin Descriptor XML file and
corresponding help content.
- PluginDescriptorGenerator() -
Constructor for class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
-
- PluginHelpGenerator - Class in org.apache.maven.tools.plugin.generator
- Generates an
HelpMojo class. - PluginHelpGenerator() -
Constructor for class org.apache.maven.tools.plugin.generator.PluginHelpGenerator
- Default constructor
- PluginMetadata - Class in org.apache.maven.plugin.tools.model
- Root element of a script-based mojo's plugin metadata bindings.
- PluginMetadata() -
Constructor for class org.apache.maven.plugin.tools.model.PluginMetadata
-
- PluginMetadataParseException - Exception in org.apache.maven.plugin.tools.model
- Exception when plugin metadata parsing occurred.
- PluginMetadataParseException(File, String, Throwable) -
Constructor for exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
-
- PluginMetadataParseException(File, String) -
Constructor for exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
-
- PluginMetadataParser - Class in org.apache.maven.plugin.tools.model
- Parser for plugin metadata.
- PluginMetadataParser() -
Constructor for class org.apache.maven.plugin.tools.model.PluginMetadataParser
-
- PluginMetadataXpp3Reader - Class in org.apache.maven.plugin.tools.model.io.xpp3
- Class PluginMetadataXpp3Reader.
- PluginMetadataXpp3Reader() -
Constructor for class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
-
- PluginMetadataXpp3Writer - Class in org.apache.maven.plugin.tools.model.io.xpp3
- Class PluginMetadataXpp3Writer.
- PluginMetadataXpp3Writer() -
Constructor for class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
-
- PluginReport - Class in org.apache.maven.plugin.plugin
- Generates the Plugin's documentation report.
- PluginReport() -
Constructor for class org.apache.maven.plugin.plugin.PluginReport
-
- PluginToolsRequest - Interface in org.apache.maven.tools.plugin
- Request that encapsulates all information relevant to the process of extracting
MojoDescriptor
instances from metadata for a certain type of mojo. - PluginUtils - Class in org.apache.maven.tools.plugin.util
- Convenience methods to play with Maven plugins.
- PluginXdocGenerator - Class in org.apache.maven.tools.plugin.generator
- Generate xdoc documentation for each mojo.
- 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
-
- populateDataFromJavadoc(Map<String, MojoAnnotatedClass>, Map<String, JavaClass>) -
Method in class org.apache.maven.tools.plugin.annotations.JavaAnnotationsMojoDescriptorExtractor
- from sources scan to get @since and @deprecated and description of classes and fields.
- 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, XMLWriter, boolean) -
Method in class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
-
- processMojoDescriptor(MojoDescriptor, File) -
Method in class org.apache.maven.tools.plugin.generator.PluginXdocGenerator
-
- project -
Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
- The project currently being built.
- property() -
Method in class org.apache.maven.tools.plugin.annotations.datamodel.ParameterAnnotationContent
-
- property(String) -
Method in class org.apache.maven.tools.plugin.annotations.datamodel.ParameterAnnotationContent
-
JavaMojoAnnotation.READONLY instead of.
JavaMojoAnnotation.REQUIRED instead of.
@requiresDirectInvocation <true|false>.
@since <deprecated-text>
JavaMojoAnnotation.SINCE instead of.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||