Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractGeneratorMojo - Class in org.apache.maven.plugin.plugin
-
Abstract class for this Plugin.
- AbstractGeneratorMojo() - Constructor for class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
- AbstractScriptedMojoDescriptorExtractor - Class in org.apache.maven.tools.plugin.extractor
- AbstractScriptedMojoDescriptorExtractor() - Constructor for class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
- activeExtractors - Variable in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
-
The names of the active extractors
- addOther(String, String) - Method in class org.apache.maven.plugin.plugin.Requirements
-
Method addOther.
- AddPluginArtifactMetadataMojo - Class in org.apache.maven.plugin.plugin.metadata
-
Inject any plugin-specific artifact metadata to the project's artifact, for subsequent installation and deployment.
- AddPluginArtifactMetadataMojo() - Constructor for class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
- addPluginMapping(String, String) - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- addPluginMapping(String, String, String) - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- aggregator - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- aggregator() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
if the Mojo uses the Maven project and its child modules.
- aggregator() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- aggregator(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- AGGREGATOR - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Flags this Mojo to run it in a multi module way, i.e.
- alias - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- alias() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
alias supported to get parameter value.
- alias() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- alias(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- analyzeClassStream(Map<String, MojoAnnotatedClass>, InputStream, Artifact, boolean, String, String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- analyzeVisitors(MojoClassVisitor) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- AnnotatedContent - Class in org.apache.maven.tools.plugin.extractor.annotations.datamodel
- AnnotatedContent() - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- AnnotatedField - Class in org.apache.maven.tools.plugin.extractor.annotations.datamodel
- AnnotatedField(String) - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
- annotationClassName - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- annotationType() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- annotationType() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- annotationType() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- annotationType() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- annotationValues - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- annotationVisitorMap - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- archiverManager - Variable in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- artifact - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
-
artifact which contains this annotation
B
- body - Variable in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
A flag whether the parser is currently in the body element.
- buildComponentDescriptor(PlexusConfiguration, PluginDescriptor) - Method in class org.apache.maven.plugins.plugin.descriptor.MNG6109PluginDescriptorBuilder
- buildContext - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
C
- checkExpectedProvidedScope - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
Flag controlling is "expected dependencies in provided scope" check to be performed or not.
- CLASS_LEVEL_ANNOTATIONS - Static variable in interface org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner
- classesDirectories - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- className - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- className - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- className - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- CLEAN - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- compareTo(AnnotatedField) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
- COMPILE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- COMPILE - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
compile
resolution scope =compile
+system
+provided
dependencies - COMPILE_PLUS_RUNTIME - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
compile+runtime
resolution scope (Maven 3 only) =compile
+system
+provided
+runtime
dependencies - Component - Annotation Interface in org.apache.maven.plugins.annotations
-
Used to configure injection of Plexus components by
MavenPluginManager.getConfiguredMojo(...)
. - COMPONENT - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Populate the field with an instance of a Plexus component.
- COMPONENT_ROLE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@component role="..."
. - COMPONENT_ROLEHINT - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@component roleHint="..."
. - ComponentAnnotationContent - Class in org.apache.maven.tools.plugin.extractor.annotations.datamodel
- ComponentAnnotationContent(String) - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- ComponentAnnotationContent(String, String, String) - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- components - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
-
key is field name
- configurator - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- configurator() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
own configurator class.
- configurator() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- configurator(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- CONFIGURATOR - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
The configurator type to use when injecting parameter values into this Mojo.
- copyScriptsToOutputDirectory(Map<String, Set<File>>, String, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
- Counter() - Constructor for class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback.Counter
- 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
- createMojoDescriptor(JavaClass) - Method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
D
- decodeJavadocTags(String) - Static method in class org.apache.maven.tools.plugin.generator.GeneratorUtils
-
Decodes javadoc inline tags into equivalent HTML tags.
- DEFAULT_ENCODING - Static variable in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- DefaultMojoAnnotationsScanner - Class in org.apache.maven.tools.plugin.extractor.annotations.scanner
- DefaultMojoAnnotationsScanner() - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- DefaultMojoScanner - Class in org.apache.maven.tools.plugin.scanner
- DefaultMojoScanner() - Constructor for class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
-
Empty constructor
- DefaultMojoScanner(Map<String, MojoDescriptorExtractor>) - Constructor for class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
-
Default constructor
- defaultPhase - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- defaultPhase() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
default phase to bind your mojo.
- defaultPhase() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- defaultPhase(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- DefaultPluginToolsRequest - Class in org.apache.maven.tools.plugin
-
Default implementation of
PluginToolsRequest
, which is used to pass parameters to components used to extractMojoDescriptor
instances from different types of metadata for a given plugin. - DefaultPluginToolsRequest(MavenProject, PluginDescriptor) - Constructor for class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- defaultValue - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- defaultValue() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
parameter default value, may contain
${...}
expressions which will be interpreted at inject time: see PluginParameterExpressionEvaluator. - defaultValue() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- defaultValue(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- dependencies - Variable in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- dependencies - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- dependenciesNotInProvidedScope() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
Collects all dependencies expected to be in "provided" scope but are NOT in "provided" scope.
- DEPLOY - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- deprecated - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- DEPRECATED - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@deprecated <since-text>
- depth - Variable in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
The current indentation depth for the output.
- description - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- DESCRIPTION - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
The description for the Mojo.
- DescriptorGeneratorMojo - Class in org.apache.maven.plugin.plugin
-
Generate a plugin descriptor.
- DescriptorGeneratorMojo() - Constructor for class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
- discoverClasses(String, List<File>, Set<Artifact>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- discoverClasses(String, MavenProject) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- discoverClasses(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- discoverClasses(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
- discoverClassesFromSourcesJar(Artifact, PluginToolsRequest, String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- discoverPackageName(PluginDescriptor) - Static method in class org.apache.maven.tools.plugin.generator.GeneratorUtils
-
Find the best package name, based on the number of hits of actual Mojo classes.
- diskSpace - Variable in class org.apache.maven.plugin.plugin.Requirements
-
The minimum diskSpace needed to run this plugin.
E
- element(XMLWriter, String, String) - Static method in class org.apache.maven.tools.plugin.generator.GeneratorUtils
- element(XMLWriter, String, String, boolean) - Static method in class org.apache.maven.tools.plugin.generator.GeneratorUtils
- encoding - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
The file encoding of the source files.
- encoding - Variable in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- equals(Object) - Method in class org.apache.maven.plugin.plugin.Requirements
-
Method equals.
- equals(Object) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- execute - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- execute() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
- execute() - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
- execute() - Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
- execute() - Method in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
- 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(PluginToolsRequest) - 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.annotations.JavaAnnotationsMojoDescriptorExtractor
- execute(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
- execute(PluginToolsRequest) - Method in interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
-
Execute the mojo extraction.
- Execute - Annotation Interface in org.apache.maven.plugins.annotations
-
Used if your Mojo needs to fork a lifecycle.
- EXECUTE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@execute ...
. - EXECUTE_GOAL - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
The Mojo goal will be executed in isolation.
- EXECUTE_LIFECYCLE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
The Mojo will be invoked in a parallel lifecycle.
- EXECUTE_PHASE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
The Mojo will be invoked in a parallel lifecycle, ending at the given phase.
- ExecuteAnnotationContent - Class in org.apache.maven.tools.plugin.extractor.annotations.datamodel
- ExecuteAnnotationContent() - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- EXECUTION_STATEGY - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@executionStrategy <strategy>
. - executionStrategy - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- executionStrategy() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
Deprecated.unused
- executionStrategy() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- executionStrategy(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- expectedProvidedScopeExclusions - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
List of
groupId:artifactId
strings of artifact coordinates that are to be excluded from "expected provided scope" check. - expectedProvidedScopeGroupIds - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
List of
groupId
strings of artifact coordinates that are expected to be in "provided" scope. - ExtendedMojoDescriptor - Class in org.apache.maven.tools.plugin
-
Extensions to MojoDescriptor added to Maven 3, then are not available when run under Maven2.
- ExtendedMojoDescriptor() - Constructor for class org.apache.maven.tools.plugin.ExtendedMojoDescriptor
- extractFieldParameterTags(JavaClass) - Method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
-
extract fields that are either parameters or components.
- extractFieldParameterTags(JavaClass, Map<String, JavaClass>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
-
extract fields that are either parameters or components.
- ExtractionException - Exception in org.apache.maven.tools.plugin.extractor
-
Wrap errors when extraction exception occurred.
- ExtractionException(String) - Constructor for exception org.apache.maven.tools.plugin.extractor.ExtractionException
- ExtractionException(String, Throwable) - 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.
- extractMojoDescriptorsFromMetadata(Map<String, Set<File>>, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
-
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.
- extractParameters(MojoDescriptor, JavaClass) - Method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
F
- FIELD_LEVEL_ANNOTATIONS - Static variable in interface org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner
- fieldName - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
- fieldName - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- fieldVisitors - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- filterMojoDependencies() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
Get dependencies filtered with mojoDependencies configuration.
- findExecuteInParentHierarchy(MojoAnnotatedClass, Map<String, MojoAnnotatedClass>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- findFieldWithAnnotation(Class<?>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- findInClassHierarchy(JavaClass, String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- findInClassHierarchy(JavaClass, String) - Static method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
- 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
- flush() - Method in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
- flushPendingNewline() - Method in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
Flushes a pending newline (if any).
G
- gatherFilesByBasedir(File, List<String>, String, PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
- GENERATE_RESOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- GENERATE_SOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- GENERATE_TEST_RESOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- GENERATE_TEST_SOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- Generator - Interface in org.apache.maven.tools.plugin.generator
-
Generate something, for instance a plugin report, from a plugin descriptor.
- GeneratorException - Exception in org.apache.maven.tools.plugin.generator
- GeneratorException(String, Throwable) - Constructor for exception org.apache.maven.tools.plugin.generator.GeneratorException
- GeneratorUtils - Class in org.apache.maven.tools.plugin.generator
-
Convenience methods to play with Maven plugins.
- GeneratorUtils() - Constructor for class org.apache.maven.tools.plugin.generator.GeneratorUtils
- GeneratorUtils.MojoParserCallback - Class in org.apache.maven.tools.plugin.generator
-
ParserCallback implementation.
- GeneratorUtils.MojoParserCallback.Counter - Class in org.apache.maven.tools.plugin.generator
-
Holds the index of the current item in a numbered list.
- getActiveExtractors() - Method in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
-
Gets the name of the active extractors.
- getAnnotationClassName() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- getAnnotationValues() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- getAnnotationVisitor(Class<?>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- getAnnotationVisitorMap() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- getArtifact() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- getArtifactId() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- getBaseVersion() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- getBooleanTagValue(JavaClass, String, boolean) - Static method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
- getBooleanTagValue(JavaClass, String, boolean, boolean) - Static method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
- getClassesDirectories() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- getClassName() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- getClassName() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- getClassName() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- getComponentParent(MojoAnnotatedClass, List<ComponentAnnotationContent>, Map<String, MojoAnnotatedClass>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- getComponents() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- getComponentsParentHierarchy(MojoAnnotatedClass, Map<String, MojoAnnotatedClass>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- getDefaultGoalPrefix(MavenProject) - Static method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
- getDependencies() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- getDependencies() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- getDependencies() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
-
Returns the list of
Artifact
used in class path scanning for annotations - getDependencyCollectionRequired() - Method in class org.apache.maven.tools.plugin.ExtendedMojoDescriptor
- getDeprecated() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- getDescription() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- getDiskSpace() - Method in class org.apache.maven.plugin.plugin.Requirements
-
Get the minimum diskSpace needed to run this plugin.
- 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.
- getExecute() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- getExpression(Parameter) - Method in class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
-
Get the expression value, eventually surrounding it with
${ }
. - getFieldName() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
- getFieldName() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- getFieldVisitors() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- getFromProjectReferences(Artifact, MavenProject) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- getGoalPrefix() - Method in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
- getGroupId() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- getIncludePatterns() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- getJdk() - Method in class org.apache.maven.plugin.plugin.Requirements
-
Get the minimum version of the JDK to run this plugin.
- getKey() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- getLocal() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- getLocal() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- getMaven() - Method in class org.apache.maven.plugin.plugin.Requirements
-
Get the minimum version of Maven to run this plugin.
- getMemory() - Method in class org.apache.maven.plugin.plugin.Requirements
-
Get the minimum memory needed to run this plugin.
- getMetadataFileExtension(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
-
Should be implemented in the sub classes.
- getMojo() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- getMojoAnnotatedClass() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- getMojoAnnotationVisitor() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- getOthers() - Method in class org.apache.maven.plugin.plugin.Requirements
-
Method getOthers.
- getOutputDirectory() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
- getOutputDirectory() - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
- getOutputDirectory() - Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
- getParameters() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- getParametersParent(MojoAnnotatedClass, List<ParameterAnnotationContent>, Map<String, MojoAnnotatedClass>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- getParametersParentHierarchy(MojoAnnotatedClass, Map<String, MojoAnnotatedClass>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- getParentClassName() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- getPluginDescriptor() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- getPluginDescriptor() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- getProject() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- getProject() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- getProject() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- getRemoteRepos() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- getRemoteRepos() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- getRepository() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- getRoleClassName() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- getScriptFileExtension(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
- getSince() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- getSourceDirectories() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- getVersion() - Method in class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
- goal - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- goal() - Element in annotation interface org.apache.maven.plugins.annotations.Execute
-
goal to fork.
- goal() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- goal(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- GOAL - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
The name for the Mojo that users will reference to execute it.
- goalPrefix - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
The goal prefix that will appear before the ":".
- goalPrefix - Variable in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
-
The prefix for the plugin goal.
- groupId - Variable in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- GroupRepositoryMetadata - Class in org.apache.maven.artifact.repository.metadata
-
Metadata for the group directory of the repository.
- GroupRepositoryMetadata(String) - Constructor for class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
H
- handleEndTag(HTML.Tag, int) - Method in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
- handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
- handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
- handleText(char[], int) - Method in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
- hasAnnotations() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- hashCode() - Method in class org.apache.maven.plugin.plugin.Requirements
-
Method hashCode.
- hashCode() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- HelpGeneratorMojo - Class in org.apache.maven.plugin.plugin
-
Generates a
HelpMojo
class. - HelpGeneratorMojo() - Constructor for class org.apache.maven.plugin.plugin.HelpGeneratorMojo
- helpPackageName - Variable in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
-
The name of the package for the generated
HelpMojo
. - hint - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- hint() - Element in annotation interface org.apache.maven.plugins.annotations.Component
-
hint of the component to inject.
- hint() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- hint(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
I
- id - Variable in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- id - Variable in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- id - Variable in enum class org.apache.maven.plugins.annotations.ResolutionScope
- id() - Method in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- id() - Method in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- id() - Method in enum class org.apache.maven.plugins.annotations.ResolutionScope
- IMPLEMENTATION - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
The Mojo's fully-qualified class name.
- includePatterns - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- INHERIT_BY_DEFAULT - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Allow Mojo inheritance.
- inheritByDefault - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- inheritByDefault() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
Deprecated.unused
- inheritByDefault() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- inheritByDefault(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- INITIALIZE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- INSTALL - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- INSTANTIATION_STRATEGY - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@instantiationStrategy <per-lookup>
. - instantiationStrategy - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- instantiationStrategy() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
your Mojo instantiation strategy.
- instantiationStrategy() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- instantiationStrategy(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- InstantiationStrategy - Enum Class in org.apache.maven.plugins.annotations
-
Component instantiation strategy.
- InstantiationStrategy(String) - Constructor for enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- INTEGRATION_TEST - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- isMojoAnnnotatedClassCandidate(MojoAnnotatedClass) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- isSkipErrorNoDescriptorsFound() - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- isSkipErrorNoDescriptorsFound() - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- isSnapshot() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- isThreadSafe() - Method in class org.apache.maven.tools.plugin.ExtendedMojoDescriptor
J
- JavaAnnotationsMojoDescriptorExtractor - Class in org.apache.maven.tools.plugin.extractor.annotations
-
JavaMojoDescriptorExtractor, a MojoDescriptor extractor to read descriptors from java classes with annotations.
- JavaAnnotationsMojoDescriptorExtractor() - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- JavadocMojoAnnotation - Interface in org.apache.maven.tools.plugin.extractor.javadoc
-
List of all Javadoc annotations used to describe a java Mojo.
- JavaJavadocMojoDescriptorExtractor - Class in org.apache.maven.tools.plugin.extractor.javadoc
-
Extracts Mojo descriptors from Java sources.
- JavaJavadocMojoDescriptorExtractor() - Constructor for class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
- jdk - Variable in class org.apache.maven.plugin.plugin.Requirements
-
The minimum version of the JDK to run this plugin.
K
- KEEP_ALIVE - Enum constant in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
L
- LANGUAGE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
The implementation language for the Mojo.
- lifecycle - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- lifecycle() - Element in annotation interface org.apache.maven.plugins.annotations.Execute
-
lifecycle id of the lifecycle that defines
Execute.phase()
. - lifecycle() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- lifecycle(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- LifecyclePhase - Enum Class in org.apache.maven.plugins.annotations
- LifecyclePhase(String) - Constructor for enum class org.apache.maven.plugins.annotations.LifecyclePhase
- local - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
Location of the local repository.
- local - Variable in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- log - Variable in class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
- logger - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- logger - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- logger - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- LS - Static variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
System/OS line separator: used to format console messages.
M
- maven - Variable in class org.apache.maven.plugin.plugin.Requirements
-
The minimum version of Maven to run this plugin.
- MAVEN_COMPONENTS - Static variable in class org.apache.maven.tools.plugin.util.PluginUtils
-
Deprecated.wrong approach (fake components), documented parameter default values instead to learn people how to discover them
- memory - Variable in class org.apache.maven.plugin.plugin.Requirements
-
The minimum memory needed to run this plugin.
- MNG6109PluginDescriptorBuilder - Class in org.apache.maven.plugins.plugin.descriptor
-
Reads the plugin descriptor and adds the fix for MNG-6109 when using Maven-3.3.9 and before.
- MNG6109PluginDescriptorBuilder() - Constructor for class org.apache.maven.plugins.plugin.descriptor.MNG6109PluginDescriptorBuilder
- mojo - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- Mojo - Annotation Interface in org.apache.maven.plugins.annotations
-
This annotation will mark your class as a Mojo (ie.
- mojoAnnotatedClass - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- MojoAnnotatedClass - Class in org.apache.maven.tools.plugin.extractor.annotations.scanner
- MojoAnnotatedClass() - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- MojoAnnotationContent - Class in org.apache.maven.tools.plugin.extractor.annotations.datamodel
- MojoAnnotationContent() - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- mojoAnnotationsScanner - Variable in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- MojoAnnotationsScanner - Interface in org.apache.maven.tools.plugin.extractor.annotations.scanner
- MojoAnnotationsScannerRequest - Class in org.apache.maven.tools.plugin.extractor.annotations.scanner
- MojoAnnotationsScannerRequest() - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- mojoAnnotationVisitor - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- MojoAnnotationVisitor - Class in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors
- MojoAnnotationVisitor(Logger, String) - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- MojoClassVisitor - Class in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors
- MojoClassVisitor(Logger) - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- mojoDependencies - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
Specify the dependencies as
groupId:artifactId
containing (abstract) Mojos, to filter dependencies scanned at runtime and focus on dependencies that are really useful to Mojo analysis. - MojoDescriptorExtractor - Interface in org.apache.maven.tools.plugin.extractor
- mojoDescriptorExtractors - Variable in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
- MojoFieldVisitor - Class in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors
- MojoFieldVisitor(Logger, String, String) - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- MojoParserCallback(StringBuilder) - Constructor for class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
- mojoScanner - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
The component used for scanning the source tree for mojos.
- MojoScanner - Interface in org.apache.maven.tools.plugin.scanner
- MULTI_EXECUTION_STRATEGY - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Deprecated.use
@executionStrategy always
instead
N
- name - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- name - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- name() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
goal name (required).
- name() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
name of the bean property used to get/set the field: by default, field name is used.
- name() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- name() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- name(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- name(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- newline(boolean) - Method in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
Writes a line break to the plain text output.
- NONE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- NONE - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
empty resolution scope
- numbering - Variable in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
A stack of
GeneratorUtils.MojoParserCallback.Counter
objects corresponding to the nesting of (un-)ordered lists.
O
- org.apache.maven.artifact.repository.metadata - package org.apache.maven.artifact.repository.metadata
- org.apache.maven.plugin.plugin - package org.apache.maven.plugin.plugin
- org.apache.maven.plugin.plugin.metadata - package org.apache.maven.plugin.plugin.metadata
- org.apache.maven.plugins.annotations - package org.apache.maven.plugins.annotations
- org.apache.maven.plugins.plugin.descriptor - package org.apache.maven.plugins.plugin.descriptor
- 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.extractor.annotations - package org.apache.maven.tools.plugin.extractor.annotations
- org.apache.maven.tools.plugin.extractor.annotations.datamodel - package org.apache.maven.tools.plugin.extractor.annotations.datamodel
- org.apache.maven.tools.plugin.extractor.annotations.scanner - package org.apache.maven.tools.plugin.extractor.annotations.scanner
- org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors - package org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors
- org.apache.maven.tools.plugin.extractor.javadoc - package org.apache.maven.tools.plugin.extractor.javadoc
- 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
- others - Variable in class org.apache.maven.plugin.plugin.Requirements
-
Field others.
- outputDirectory - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
-
The directory where the generated
plugin.xml
file will be put. - outputDirectory - Variable in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
-
The directory where the generated
HelpMojo
file will be put.
P
- PACKAGE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- packagingTypes - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
Maven plugin packaging types.
- Parameter - Annotation Interface in org.apache.maven.plugins.annotations
-
Used to configure your Mojo parameters to be injected by
MavenPluginManager.getConfiguredMojo(...)
. - PARAMETER - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@parameter ...
- PARAMETER_ALIAS - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
This defines an alias which can be used to configure a parameter.
- PARAMETER_DEFAULT_VALUE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
This defines the default value to be injected into this parameter of the Mojo at build time.
- PARAMETER_EXPRESSION - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Deprecated.use PARAMETER_PROPERTY instead
- PARAMETER_IMPLEMENTATION - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
This defines the default implementation in the case the parameter type is an interface.
- PARAMETER_NAME - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
This defines the name of the bean property used to get/set the field: by default, field name is used.
- PARAMETER_PROPERTY - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
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.extractor.annotations.datamodel
- ParameterAnnotationContent(String, String) - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- ParameterAnnotationContent(String, String, String, String, boolean, boolean, String) - Constructor for class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- parameters - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
-
key is field name
- parentClassName - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- pendingNewline - Variable in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
A flag whether an implicit line break is pending in the output buffer.
- PER_LOOKUP - Enum constant in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- phase - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- phase() - Element in annotation interface org.apache.maven.plugins.annotations.Execute
-
lifecycle phase to fork.
- phase() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- phase(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- PHASE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@phase <phaseName>
. - pluginDescriptor - Variable in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- PluginDescriptorGenerator - Class in org.apache.maven.tools.plugin.generator
-
Generate a Maven Plugin Descriptor XML file and corresponding
plugin-help.xml
help content forPluginHelpGenerator
. - PluginDescriptorGenerator(Log) - Constructor for class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
- 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.
- PluginUtils() - Constructor for class org.apache.maven.tools.plugin.util.PluginUtils
- POOLABLE - Enum constant in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- populateAnnotationContent(Object, MojoAnnotationVisitor) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- populateDataFromJavadoc(Map<String, MojoAnnotatedClass>, Map<String, JavaClass>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
-
from sources scan to get @since and @deprecated and description of classes and fields.
- populatePluginDescriptor(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
- populatePluginDescriptor(PluginToolsRequest) - Method in interface org.apache.maven.tools.plugin.scanner.MojoScanner
- POST_CLEAN - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- POST_INTEGRATION_TEST - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- POST_SITE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PRE_CLEAN - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PRE_INTEGRATION_TEST - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PRE_SITE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- preformatted - Variable in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
A flag whether the parser is currently processing preformatted text, actually a counter to track nesting.
- PREPARE_PACKAGE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_CLASSES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_RESOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_SOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_TEST_CLASSES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_TEST_RESOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_TEST_SOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- 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
- project - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
The project currently being built.
- project - Variable in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
-
The project artifact, which should have the
latest
metadata added to it. - project - Variable in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- project - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- property - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- property() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
Property to use to retrieve a value.
- property() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- property(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
Q
- quoteReplacement(String) - Static method in class org.apache.maven.tools.plugin.generator.GeneratorUtils
-
Returns a literal replacement
String
for the specifiedString
.
R
- readonly - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- readonly() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
Specifies that this parameter cannot be configured directly by the user (as in the case of POM-specified configuration).
- readonly() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- readonly(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- READONLY - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Specifies that this parameter cannot be configured directly by the user (as in the case of POM-specified configuration).
- reflector - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- remoteRepos - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
List of Remote Repositories used by the resolver
- remoteRepos - Variable in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- repositorySystem - Variable in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- required - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- required() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
is the parameter required?
- required() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- required(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- REQUIRED - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Specifies that this parameter is required for the Mojo to function.
- Requirements - Class in org.apache.maven.plugin.plugin
-
Plugin requirements.
- Requirements() - Constructor for class org.apache.maven.plugin.plugin.Requirements
- REQUIRES_DEPENDENCY_COLLECTION - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Flags this Mojo as requiring the dependencies in the specified scope (or an implied scope) to be collected before it can execute.
- REQUIRES_DEPENDENCY_RESOLUTION - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Flags this Mojo as requiring the dependencies in the specified scope (or an implied scope) to be resolved before it can execute.
- REQUIRES_DIRECT_INVOCATION - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@requiresDirectInvocation <true|false>
. - REQUIRES_ONLINE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Flags this Mojo to run online.
- REQUIRES_PROJECT - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Flags this Mojo to run inside of a project.
- REQUIRES_REPORTS - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Flags this Mojo to run inside reports.
- requiresDependencyCollection - Variable in class org.apache.maven.tools.plugin.ExtendedMojoDescriptor
- requiresDependencyCollection - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresDependencyCollection() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
the required dependency collection scope.
- requiresDependencyCollection() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresDependencyCollection(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresDependencyResolution - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresDependencyResolution() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
the required dependency resolution scope.
- requiresDependencyResolution() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresDependencyResolution(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresDirectInvocation - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresDirectInvocation() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
Deprecated.unused
- requiresDirectInvocation() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresDirectInvocation(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresOnline - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresOnline() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
does this Mojo need to be online to be executed?
- requiresOnline() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresOnline(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresProject - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresProject() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
does your mojo requires a project to be executed?
- requiresProject() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresProject(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresReports - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresReports() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
Deprecated.unused
- requiresReports() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- requiresReports(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- ResolutionScope - Enum Class in org.apache.maven.plugins.annotations
-
Dependencies resolution scopes available before mojo execution.
- ResolutionScope(String) - Constructor for enum class org.apache.maven.plugins.annotations.ResolutionScope
- role() - Element in annotation interface org.apache.maven.plugins.annotations.Component
-
role of the component to inject.
- role() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- ROLE - Static variable in interface org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner
- 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
- roleClassName - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- RUNTIME - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
runtime
resolution scope =compile
+runtime
dependencies - RUNTIME_PLUS_SYSTEM - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
runtime+system
resolution scope (Maven 3 only) =compile
+system
+runtime
dependencies
S
- sb - Variable in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
The current buffer.
- scan(Map<String, MojoAnnotatedClass>, File, List<String>, Artifact, boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- scan(MojoAnnotationsScannerRequest) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- scan(MojoAnnotationsScannerRequest) - Method in interface org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScanner
-
Scan classes for mojo annotations.
- scanAnnotations(PluginToolsRequest) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- scanArchive(File, Artifact, boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- scanDirectory(File, List<String>, Artifact, boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- scanJavadoc(PluginToolsRequest, Collection<MojoAnnotatedClass>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- SCANNABLE_CLASS - Static variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.DefaultMojoAnnotationsScanner
- serialVersionUID - Static variable in exception org.apache.maven.tools.plugin.extractor.ExtractionException
-
serialVersionUID
- setActiveExtractors(Set<String>) - Method in class org.apache.maven.tools.plugin.scanner.DefaultMojoScanner
- setActiveExtractors(Set<String>) - Method in interface org.apache.maven.tools.plugin.scanner.MojoScanner
-
Sets the active extractors.
- setAnnotationVisitorMap(Map<String, MojoAnnotationVisitor>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- setArtifact(Artifact) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- setClassesDirectories(List<File>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- setClassName(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- setClassName(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- setClassName(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- setComponents(Map<String, ComponentAnnotationContent>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- setDependencies(Set<Artifact>) - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- setDependencies(Set<Artifact>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- setDependencies(Set<Artifact>) - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- setDependencyCollectionRequired(String) - Method in class org.apache.maven.tools.plugin.ExtendedMojoDescriptor
- setDeprecated(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- setDescription(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- setDiskSpace(String) - Method in class org.apache.maven.plugin.plugin.Requirements
-
Set the minimum diskSpace needed to run this plugin.
- 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.
- setExecute(ExecuteAnnotationContent) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- setFieldName(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
- setFieldVisitors(List<MojoFieldVisitor>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- setIncludePatterns(List<String>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- setJdk(String) - Method in class org.apache.maven.plugin.plugin.Requirements
-
Set the minimum version of the JDK to run this plugin.
- setLocal(ArtifactRepository) - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- setLocal(ArtifactRepository) - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- setMaven(String) - Method in class org.apache.maven.plugin.plugin.Requirements
-
Set the minimum version of Maven to run this plugin.
- setMemory(String) - Method in class org.apache.maven.plugin.plugin.Requirements
-
Set the minimum memory needed to run this plugin.
- setMojo(MojoAnnotationContent) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- setMojoAnnotatedClass(MojoAnnotatedClass) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- setOthers(Properties) - Method in class org.apache.maven.plugin.plugin.Requirements
-
Set others requirements properties.
- setParameters(Map<String, ParameterAnnotationContent>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- setParentClassName(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- 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 class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- setProject(MavenProject) - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- setRemoteRepos(List<ArtifactRepository>) - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- setRemoteRepos(List<ArtifactRepository>) - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
- setRepository(ArtifactRepository) - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- setRoleClassName(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- setSince(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- setSkipErrorNoDescriptorsFound(boolean) - Method in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
-
By default an exception is throw if no mojo descriptor is found.
- setSkipErrorNoDescriptorsFound(boolean) - Method in interface org.apache.maven.tools.plugin.PluginToolsRequest
-
By default an exception is throw if no mojo descriptor is found.
- setSourceDirectories(List<File>) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- setThreadSafe(boolean) - Method in class org.apache.maven.tools.plugin.ExtendedMojoDescriptor
- simpleTag - Variable in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
A flag whether we have just parsed a simple tag.
- since - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- SINCE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Refer to
@since <deprecated-text>
- SINGLETON - Enum constant in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- SITE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- SITE_DEPLOY - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- skip - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
Set this to "true" to skip invoking any goals or reports of the plugin.
- skip - Variable in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
-
Set this to "true" to skip invoking any goals or reports of the plugin.
- skipDescriptor - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
-
A flag to disable generation of the
plugin.xml
in favor of a hand authored plugin descriptor. - skipErrorNoDescriptorsFound - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
By default an exception is throw if no mojo descriptor is found.
- skipErrorNoDescriptorsFound - Variable in class org.apache.maven.tools.plugin.DefaultPluginToolsRequest
- sortMojoParameters(List<Parameter>) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
-
Sorts the specified mojo parameters by name.
- sortMojos(List<MojoDescriptor>) - Static method in class org.apache.maven.tools.plugin.util.PluginUtils
-
Sorts the specified mojo descriptors by goal name.
- sourceDirectories - Variable in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotationsScannerRequest
- storedInArtifactVersionDirectory() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- storedInGroupDirectory() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
T
- TEST - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- TEST - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
test
resolution scope =compile
+system
+provided
+runtime
+test
dependencies - TEST_COMPILE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- text(String) - Method in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback
-
Writes the specified character data to the plain text output.
- THREAD_SAFE - Static variable in interface org.apache.maven.tools.plugin.extractor.javadoc.JavadocMojoAnnotation
-
Indicates that this mojo is thread-safe and can be run in parallel.
- threadSafe - Variable in class org.apache.maven.tools.plugin.ExtendedMojoDescriptor
- threadSafe - Variable in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- threadSafe() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
is your mojo thread safe (since Maven 3.x)?
- threadSafe() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- threadSafe(boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- toComponentDependencies(Collection<Artifact>) - Static method in class org.apache.maven.tools.plugin.generator.GeneratorUtils
- toMojoDescriptors(Map<String, MojoAnnotatedClass>, PluginDescriptor) - Method in class org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
- toString() - Method in class org.apache.maven.plugin.plugin.Requirements
-
Method toString.
- toString() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
- toString() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- toString() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- toString() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- toString() - Method in class org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- toString() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.MojoAnnotatedClass
- toText(String) - Static method in class org.apache.maven.tools.plugin.generator.GeneratorUtils
-
Converts a HTML fragment as extracted from a javadoc comment to a plain text string.
V
- validate(MojoDescriptor) - Method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
- VALIDATE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- validateParameter(Parameter, int) - Method in class org.apache.maven.tools.plugin.extractor.javadoc.JavaJavadocMojoDescriptorExtractor
- value - Variable in class org.apache.maven.tools.plugin.generator.GeneratorUtils.MojoParserCallback.Counter
- valueOf(String) - Static method in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.plugins.annotations.LifecyclePhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.plugins.annotations.LifecyclePhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERIFY - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- visit(int, int, String, String, String, String[]) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- visit(String, Object) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- visitAnnotation(String, boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- visitAnnotation(String, boolean) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- visitAnnotation(String, String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- visitArray(String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- visitAttribute(Attribute) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- visitAttribute(Attribute) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- visitEnd() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- visitEnd() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- visitEnd() - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoFieldVisitor
- visitEnum(String, String, String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
- visitField(int, String, String, String, Object) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- visitInnerClass(String, String, String, int) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- visitMethod(int, String, String, String, String[]) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- visitOuterClass(String, String, String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
- visitSource(String, String) - Method in class org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoClassVisitor
W
- writeDependencies(XMLWriter, PluginDescriptor) - Static method in class org.apache.maven.tools.plugin.generator.GeneratorUtils
- writeDescriptor(File, PluginToolsRequest, boolean) - Method in class org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form