Package org.codehaus.gmavenplus.model
Class Link
java.lang.Object
org.codehaus.gmavenplus.model.Link
This class was taken from the Groovy project, so that GroovyDoc links can be
added as mojo parameters without a compile dependency on Groovy. Represents a link pair (href, packages).
The packages are comma separated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHref()
Get the href attribute.Get the packages attribute.void
Set the href attribute.void
setPackages
(String newPackages) Set the packages attribute.
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
getPackages
Get the packages attribute.- Returns:
- the packages attribute
-
setPackages
Set the packages attribute.- Parameters:
newPackages
- the comma separated package prefixes corresponding to this link
-
getHref
Get the href attribute.- Returns:
- the href attribute
-
setHref
Set the href attribute.- Parameters:
newHref
- aString
value representing the URL to use for this link
-