Class LinkArgument
- java.lang.Object
- 
- org.codehaus.groovy.tools.groovydoc.LinkArgument
 
- 
 public class LinkArgument extends Object Represents a link pair (href, packages). The packages are comma separated.
- 
- 
Constructor SummaryConstructors Constructor Description LinkArgument()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Get the href attribute.StringgetPackages()Get the packages attribute.voidsetHref(String hr)Set the href attribute.voidsetPackages(String packages)Set the packages attribute.
 
- 
- 
- 
Method Detail- 
getPackagespublic String getPackages() Get the packages attribute.- Returns:
- the packages attribute.
 
 - 
setPackagespublic void setPackages(String packages) Set the packages attribute.- Parameters:
- packages- the comma separated package prefixes corresponding to this link
 
 - 
getHrefpublic String getHref() Get the href attribute.- Returns:
- the href attribute.
 
 - 
setHrefpublic void setHref(String hr) Set the href attribute.- Parameters:
- hr- a- Stringvalue representing the URL to use for this link
 
 
- 
 
-