Class LinkArgument
java.lang.Object
org.codehaus.groovy.tools.groovydoc.LinkArgument
Represents a link pair (href, packages).
 The packages are comma separated.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetHref()Get the href attribute.Get the packages attribute.voidSet the href attribute.voidsetPackages(String packages) Set the packages attribute. 
- 
Constructor Details
- 
LinkArgument
public LinkArgument() 
 - 
 - 
Method Details
- 
getPackages
Get the packages attribute.- Returns:
 - the packages attribute.
 
 - 
setPackages
Set the packages attribute.- Parameters:
 packages- the comma separated package prefixes corresponding to this link
 - 
getHref
Get the href attribute.- Returns:
 - the href attribute.
 
 - 
setHref
Set the href attribute.- Parameters:
 hr- aStringvalue representing the URL to use for this link
 
 -