Class LinkArgument
java.lang.Object
org.codehaus.groovy.tools.groovydoc.LinkArgument
Represents a link pair (href, packages).
 The packages are comma separated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetHref()Get the href attribute.Get the packages attribute.voidSet the href attribute.voidsetPackages(String packages) Set the packages attribute.
- 
Constructor Details- 
LinkArgumentpublic LinkArgument()
 
- 
- 
Method Details- 
getPackagesGet the packages attribute.- Returns:
- the packages attribute.
 
- 
setPackagesSet the packages attribute.- Parameters:
- packages- the comma separated package prefixes corresponding to this link
 
- 
getHrefGet the href attribute.- Returns:
- the href attribute.
 
- 
setHrefSet the href attribute.- Parameters:
- hr- a- Stringvalue representing the URL to use for this link
 
 
-