Uses of Class
org.apache.maven.tools.plugin.javadoc.JavadocLinkGenerator
Packages that use JavadocLinkGenerator
Package
Description
-
Uses of JavadocLinkGenerator in org.apache.maven.tools.plugin.extractor.annotations
Methods in org.apache.maven.tools.plugin.extractor.annotations with parameters of type JavadocLinkGeneratorModifier and TypeMethodDescriptionprotected voidJavaAnnotationsMojoDescriptorExtractor.populateDataFromJavadoc(JavaSourceModel sourceModel, Map<String, MojoAnnotatedClass> mojoAnnotatedClasses, Map<String, com.github.javaparser.ast.body.TypeDeclaration<?>> javaClassesMap, JavadocLinkGenerator linkGenerator) from sources scan to get @since and @deprecated and description of classes and fields. -
Uses of JavadocLinkGenerator in org.apache.maven.tools.plugin.extractor.annotations.converter
Constructors in org.apache.maven.tools.plugin.extractor.annotations.converter with parameters of type JavadocLinkGeneratorModifierConstructorDescriptionJavaClassConverterContext(com.github.javaparser.ast.body.TypeDeclaration<?> mojoClass, com.github.javaparser.ast.body.TypeDeclaration<?> declaringClass, com.github.javaparser.ast.Node locationNode, JavaSourceModel sourceModel, Map<String, MojoAnnotatedClass> mojoAnnotatedClasses, JavadocLinkGenerator linkGenerator, int lineNumber) JavaClassConverterContext(com.github.javaparser.ast.body.TypeDeclaration<?> mojoClass, JavaSourceModel sourceModel, Map<String, MojoAnnotatedClass> mojoAnnotatedClasses, JavadocLinkGenerator linkGenerator, int lineNumber) -
Uses of JavadocLinkGenerator in org.apache.maven.tools.plugin.generator
Methods in org.apache.maven.tools.plugin.generator with parameters of type JavadocLinkGeneratorModifier and TypeMethodDescriptionprotected voidPluginDescriptorFilesGenerator.processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, org.codehaus.plexus.util.xml.XMLWriter w, org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator.DescriptorType type, JavadocLinkGenerator javadocLinkGenerator, boolean isV4) protected voidPluginDescriptorFilesGenerator.writeParameterType(org.codehaus.plexus.util.xml.XMLWriter w, org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator.DescriptorType type, JavadocLinkGenerator javadocLinkGenerator, org.apache.maven.plugin.descriptor.Parameter parameter, String goal) Writes parameter type information and potentially also the related javadoc URL.