Uses of Class
org.apache.maven.plugins.javadoc.JavadocModule
-
Packages that use JavadocModule Package Description org.apache.maven.plugins.javadoc org.apache.maven.plugins.javadoc.resolver -
-
Uses of JavadocModule in org.apache.maven.plugins.javadoc
Methods in org.apache.maven.plugins.javadoc that return types with arguments of type JavadocModule Modifier and Type Method Description protected Collection<JavadocModule>
AbstractJavadocMojo. getDependencySourcePaths()
Resolve dependency sources so they can be included directly in the javadoc process.protected Collection<JavadocModule>
AbstractJavadocMojo. getSourcePaths()
Method to get the source paths per reactorProject. -
Uses of JavadocModule in org.apache.maven.plugins.javadoc.resolver
Methods in org.apache.maven.plugins.javadoc.resolver that return types with arguments of type JavadocModule Modifier and Type Method Description Collection<JavadocModule>
ResourceResolver. resolveDependencySourcePaths(SourceResolverConfig config)
-