Uses of Class
org.apache.maven.tools.plugin.javadoc.JavadocLinkGenerator
-
-
Uses of JavadocLinkGenerator in org.apache.maven.tools.plugin.extractor.annotations
Methods in org.apache.maven.tools.plugin.extractor.annotations with parameters of type JavadocLinkGenerator Modifier and Type Method Description protected voidJavaAnnotationsMojoDescriptorExtractor. populateDataFromJavadoc(com.thoughtworks.qdox.JavaProjectBuilder javaProjectBuilder, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses, Map<String,com.thoughtworks.qdox.model.JavaClass> 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 JavadocLinkGenerator Constructor Description JavaClassConverterContext(com.thoughtworks.qdox.model.JavaClass mojoClass, com.thoughtworks.qdox.JavaProjectBuilder javaProjectBuilder, Map<String,MojoAnnotatedClass> mojoAnnotatedClasses, JavadocLinkGenerator linkGenerator, int lineNumber)JavaClassConverterContext(com.thoughtworks.qdox.model.JavaClass mojoClass, com.thoughtworks.qdox.model.JavaClass declaringClass, com.thoughtworks.qdox.JavaProjectBuilder javaProjectBuilder, 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 JavadocLinkGenerator Modifier and Type Method Description protected 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)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.
-