On this page
[Java] Class LinkArgument
- org.codehaus.groovy.tools.groovydoc.LinkArgument
public class LinkArgument
extends Object
Represents a link pair (href, packages). The packages are comma separated.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public String |
getHref() Get the href attribute. |
|
public String |
getPackages() Get the packages attribute. |
|
public void |
setHref(String hr) Set the href attribute. |
|
public void |
setPackages(String packages) Set the packages attribute. |
Inherited Methods Summary
Method Detail
public String getHref()
Get the href attribute.
- Returns:
- the href attribute.
public String getPackages()
Get the packages attribute.
- Returns:
- the packages attribute.
public void setHref(String hr)
Set the href attribute.
- Parameters:
hr
- aString
value representing the URL to use for this link
public void setPackages(String packages)
Set the packages attribute.
- Parameters:
packages
- the comma separated package prefixes corresponding to this link
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/tools/groovydoc/LinkArgument.html