Uses of Class
org.codehaus.gmavenplus.mojo.Link
-
Packages that use Link Package Description org.codehaus.gmavenplus.mojo Maven mojos. -
-
Uses of Link in org.codehaus.gmavenplus.mojo
Fields in org.codehaus.gmavenplus.mojo with type parameters of type Link Modifier and Type Field Description protected List<Link>
AbstractGroovydocMojo. links
Links to include in the generated groovydoc (key is link href, value is comma-separated packages to use that link).Methods in org.codehaus.gmavenplus.mojo that return Link Modifier and Type Method Description Link
Link. setHref(String newHref)
Set the href attribute.Link
Link. setPackages(String newPackages)
Set the packages attribute.
-